https://github.com/openstack/devstack-tools
DevStack supporting tools in python. Mirror of code maintained at opendev.org.
https://github.com/openstack/devstack-tools
Last synced: 9 months ago
JSON representation
DevStack supporting tools in python. Mirror of code maintained at opendev.org.
- Host: GitHub
- URL: https://github.com/openstack/devstack-tools
- Owner: openstack
- License: apache-2.0
- Created: 2017-01-19T08:56:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T06:58:52.000Z (over 1 year ago)
- Last Synced: 2025-05-06T11:34:49.960Z (about 1 year ago)
- Language: Python
- Homepage: https://opendev.org/openstack/devstack-tools
- Size: 85 KB
- Stars: 5
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
===============================
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