You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
devstack | 2 years ago | |
doc | 1 year ago | |
releasenotes | 1 year ago | |
.coveragerc | 5 years ago | |
.gitignore | 1 year ago | |
.gitreview | 3 years ago | |
.mailmap | 5 years ago | |
.stestr.conf | 1 year ago | |
.zuul.yaml | 2 months ago | |
CONTRIBUTING.rst | 2 years ago | |
HACKING.rst | 4 years ago | |
LICENSE | 5 years ago | |
MANIFEST.in | 5 years ago | |
README.rst | 1 year ago | |
requirements.txt | 5 years ago | |
setup.cfg | 6 months ago | |
setup.py | 2 years ago | |
test-requirements.txt | 1 year ago | |
tox.ini | 1 year ago |
README.rst
devstack-tools
Devstack Helper Tools in Python
This is a set of cli tools for supporting devstack. It moves some of the complexity out of bash and into python where it's easier to have comprehensive testing of behavior.
Currently this includes the dsconf
tool, which provides a cli for manipulating local.conf and ini files.
usage: dsconf [-h]
{iniset,inicomment,iniuncomment,inirm,extract-localrc,extract,setlc,setlc_raw,setlc_conf,merge_lc}
...
optional arguments:
-h, --help show this help message and exit
commands:
{iniset,inicomment,iniuncomment,inirm,extract-localrc,extract,setlc,setlc_raw,setlc_conf,merge_lc}
sub-command help
iniset set item in ini file
inicomment comment item in ini file
iniuncomment uncomment item in ini file
inirm delete item from ini file
extract-localrc extract localrc from local.conf
extract extract and merge config from local.conf
setlc set variable in localrc of local.conf
setlc_raw set raw line at the end of localrc in local.conf
setlc_conf set variable in ini section of local.conf
merge_lc merge local.conf files
- Free software: Apache license
- Documentation: https://docs.openstack.org/devstack-tools/latest/
- Source: https://opendev.org/openstack/devstack-tools/
- Bugs: https://bugs.launchpad.net/devstack
Features
- TODO