liyou01 006384cb37 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of dash-separated
options in 'setup.cfg' will not be supported in a future version [1].
Get ahead of the issue by replacing the dashes with underscores. Without
this, we see 'UserWarning' messages like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

Change-Id: I3d433b146f699e005aeef74cd763d95dc8a1b4bd
2021-05-18 11:21:44 +08:00
2020-03-31 02:57:23 +00:00
2021-01-07 11:05:56 +08:00
2021-01-07 11:05:56 +08:00
2017-01-16 08:06:54 -05:00
2021-04-30 08:05:00 +05:30
2019-04-19 19:32:58 +00:00
2017-01-16 08:06:54 -05:00
2021-04-30 08:05:00 +05:30
2021-04-30 08:05:00 +05:30
2017-01-16 08:06:54 -05:00
2017-01-16 08:06:54 -05:00
2021-05-17 18:22:10 +00:00
2017-01-16 08:06:54 -05:00
2020-05-31 16:46:56 +02:00
2021-04-30 08:05:00 +05:30

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 408 KiB
Languages
Python 100%