ba7d273986732b7901d2012c66f7ec234c2aad44
3 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Pavlo Shchelokovskyy
|
762f3bf4e6 |
Use oslo-config-generator for sample config
The old generate_sample.sh is broken already as it refers to non-existing openstack/common path. Let's use oslo-config-generator as many other OpenStack projects do. Also, where applicable, option descriptions are updated with the corresponding kernel parameters to set those options durig pxe boot. Change-Id: Id4a0df30ea573d52f3b359f357fe8f4a29751939 |
||
|
OpenStack Proposal Bot
|
c40575e4e0 |
Add bash scripts style checking for IPA
Updated file tox.ini allows to check code style in all ".sh" files included in Ironic Python Agent. Checking can be invoked by calling either "tox" or "tox -e pep8". Change-Id: Ie76605737c7db10a064f2aebfda388372a4c0591 Closes-Bug: #1625215 |
||
|
Vladimir Kozhukalov
|
74ba66568e |
Added some infrastructure tools
Copied generate_sample.sh and with_venv.sh scripts from openstack/ironic. Generated sample config. Change-Id: I1beab119499156c711d838a3a1ecc3316b655900 |