Commit Graph

14 Commits

Author SHA1 Message Date
Stephen Finucane d3c952064a Remove 'autogenerate_config_docs'
This tool has been superseded by the 'oslo_config.sphinxext' Sphinx
extension and can finally be put to rest.

[1] https://docs.openstack.org/oslo.config/latest/reference/sphinxext.html

Change-Id: Idae5ba656c3a0da8a26c6f1e63332365c8012c0b
2017-10-04 11:47:56 +01:00
Stephen Finucane e90895e010 Remove swift tooling
Per the comment on change 'If0cf66aa9', we no longer track swift config
files as part of openstack-manuals. As such, we can remove the special
casing for this project.

Change-Id: I135caa57e1dcdd4114033276d89fc87c28a71aac
2017-04-11 15:54:45 +01:00
Stephen Finucane d962670652 Make flagmapping optional
Support for flagmappings was useful in the days before OptGroup was
available. Today, it's mostly a burden and not necessary for projects
such as nova. Make this feature optional, allowing us to make use of
built-in oslo.config where available.

The actual flagmapping files themselves are found in another project and
cannot be removed here. This will be done in a separate change.

Change-Id: I27296954ad8ce2010fc464ad81c8da4859ba2531
2017-03-10 11:34:12 +00:00
Petr Kovar 59542bc572 [config-ref] Update README for RHEL/CentOS; diff_branches for Ocata
Change-Id: I3ec93b1fad946de21e2bbb7a4386edaee1267d27
2016-11-30 19:47:02 +01:00
Alexis Lee 3f8ed82319 Gen autogenerate_config_docs/README.rst
Link from index and main README.

Change-Id: Iad0a72544eb4849f0823029d6f7523e421ddc9e0
2016-11-15 13:29:20 +00:00
Matt Smith 8fba1671ef Updating README with additional necessary packages
python-pip and python-virtualenv are necessary to run any 'update'
command with autohelp-wrapper, otherwise the script issues a
'command not found' error for pip and virtualenv

Change-Id: I96186764364eaa80a5c73fe6b019b9fd457c57a2
2016-06-17 11:27:38 -07:00
KATO Tomoyuki 1f98fbb1fc [config-ref] add README for diff_branches.py
Change-Id: I2c18ecb92e8b15378420c96b87c7c9671a4b1469
2016-05-31 22:10:56 +00:00
fumihiko kakuma 74a5a0d1c3 Fix a typo in autogenerate_config_docs/README.rst
Fix a parameter order on autohelp-wrapper command line
explained in README.rst.

Change-Id: I30e4c926f830d1dd450a0d10a2bfacae3c3301bf
2016-03-19 10:06:58 +09:00
Ronald Bradford 0c4e6e2e36 Updated prerequisite packages for ironic & swift
Change-Id: Ieab843667b7c3f6eae49ce8fbc3d80d65ed42f99
2016-03-16 15:47:07 -04:00
Gauvain Pocentek e3c42a269d `autohelp update` can create the flags file
If the flagmappings file doesn't exist the function will create it,
with all the sections set to Unknown. This mimics the behavior of the
`create`, not needed anymore.

Change-Id: I7a920300b784aa8fca6412c292d807beb4d5c8e5
2016-01-08 09:09:58 +01:00
KATO Tomoyuki 885bbcdf6b Update README for autogenerate_config_docs
Change-Id: I0e4d8043b6471949300a9d327a8f301a4ed6e5d3
2015-11-18 19:20:34 +09:00
Christian Berendt 470017fe8b [autohelp] document required development packages
Change-Id: Ia0a98e4bc60f283e2fc11373fa3fea18be3f8fe9
2015-08-21 11:34:34 +02:00
Sripriya 52703b9969 Update README.rst notes for Neutron project due to recent vendor decomposition.
Change-Id: I0f86cdd78778d7a4b1abcf76d72c57ff5bc68a0d
2015-04-07 14:56:30 -07:00
Gauvain Pocentek f4f6841278 Update the autohelp readme
Switch to RST.

Only document the wrapper usage, since it handles all the environment
setup and is easier to use than the python scripts.

Add a requirements.txt file to ease the setup process and documentation.

Change-Id: Icc4f9cb4dfcaae6df8cd2567cc9b8f46fda0600c
2014-08-26 08:25:07 +02:00