5 Commits

Author SHA1 Message Date
Shaun McCance
eb51a3d4bf Generate docs for projects' rootwrap.conf file
There's nothing introspectable in the projects or oslo.rootwrap, but all
projects that use rootwrap have a sample etc/($project/)?rootwrap.conf
file. This file is relatively simple to parse for allowed options and
comments.  It's not the best solution, but it's a solution.

Closes-Bug: #1253690
Change-Id: I51973a4b8f0ac6ea047c4ffc07647a10bdea92ee
2014-04-06 14:02:01 +02:00
Gauvain Pocentek
62e2d211f2 Minor cleanup
Remove unused modules dict.

Change-Id: Ieabffe4450a75beb45a1374b046fa32b65105868
2014-03-11 17:40:37 +01:00
Shaun McCance
e022b352d1 Stop using generator._list_opts; use cfg.CONF instead
We don't use the information about defining module anywhere. Using
that routine just makes the code slower and causes crashes in Neutron
and possibly elsewhere whenever an option is defined in the top level
but not registered.

Change-Id: I946c740cd0ce6fa5d969964d79a75a406e8453ab
2014-03-07 15:56:52 -05:00
Gauvain Pocentek
be83c24c9b autohelp.py: add a --output option
By default xml files are generated in the working directory, this patch provides
an option to choose a target directory for xml files.

Change-Id: I65d78df8d70d82e5f14e9a175710468ac85b3796
2014-03-02 09:44:55 +01:00
Andreas Jaeger
b226f80820 Rename autogenerate-config-docs to autogenerate_config_docs
Minus signs are not allowed in python package names, thus rename the
directory.

Change-Id: Ie4b7cdff301673fdc0afe49c5b7211ee003871e5
2014-01-21 17:00:22 +01:00