Go to file
OpenDev Sysadmins 5b86caee29 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:32:58 +00:00
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2019-04-19 19:32:58 +00:00
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2018-09-08 22:54:16 -04:00
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2017-01-19 16:25:51 -05:00
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2018-11-06 05:23:28 +00:00

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

Features

  • TODO
Description
DevStack supporting tools in python
Readme 399 KiB
Languages
Python 100%