The RST Debian Install Guide is not maintained, there's no need to build
and publish it. We continue pushing strings to translate.openstack.org
but will not build it.
Change-Id: I2dddb437a693d91d8116cb3b5ee76e008429b0c0
Changes to autohelp.py have broken the diff_branches.py script. This
patch fixes the script:
- add a ``dump`` subcommand and a ``-q`` (quiet) option to
autohelp-wrapprt
- use these options in diff_branches.py
- remove the dependency on python-git as it is not needed anymore.
Change-Id: I5d5a7e7141e1a0df1c86d52daae35fe5f33f239b
Parallel building is not working reliable with errors, I just had a
problem were the script run successfully but should have failed.
Let's be on the safe side...
Also fix "WARNING: term not in glossary: fqdn" and
"WARNING: unknown document: example-architectures".
This shows that the parallel building hit problems, otherwise this
would not show up now.
Change-Id: I731de4def0a00e8f94c0d997d5bd66f5ec438e87
Co-Authored-By: Andreas Jaeger <aj@suse.com>
If a configuration option is tagged as deprecated in the code and the
help text does not start with DEPRECATED: add this to better identify
options that are no longer used.
If the code provides an additional deprecated reason, append this to
the provided help text of the configuration option.
Change-Id: I1a7c76c0109a6e59cc87d0ddc942c6d1cfb9dc91
Update the configuration tables option type from an internal meta type
to a more meaningful description. E.g. Boolean for BoolOpt, String
for StringOpt, Multi-valued for MultiStrOpt etc.
Inspired by the translation used in Developer Docs
Change-Id: I5bd7aec727292ceef4dc0ff56ab8f334ea2f22bc
Running update of keystone produces the following exception which
teminates processing. This enables processing to continue, like
capture of other types of errors.
* Table 'federation_protocol' is already defined for this MetaData
instance. Specify 'extend_existing=True' to redefine options and
columns on an existing Table object.
Cater for projects that do not use sqlalchemy, e.g. swift.
Change-Id: I87df4bb784f94b7194374b2448e4c34beadb923f
Parallel building is not working reliable with errors, I just had a
problem were the script run successfully but should have failed.
Let's be on the safe side...
Change-Id: I9ebebf33e2da0e71325b229c2261a22b07a06574
urllib/urllib2 is incompatible for python 3
Use modules from six.moves.urllib instead of urllib
and urllib2
Change-Id: Ic9d8ce4e700d19053c67cf667e1d802bd1477108
Partial-Bug:#1280105
The generated nova cli-reference have a long line option
which causing jenkins error, so it is corrected
Reference: https://review.openstack.org/#/c/287587/
Change-Id: Ie762f60d37d1973c9edbe643065150b9c856865c
To improve readability, simplify the Sphinx table of contents.
For example, Positional arguments, Optional arguments.
Change-Id: I84f27cee9ce69629927e2751c702a1712d61affa
The image-api and identity-api repositories are retired, remove
support for building it. This also includes removing the now
obsolete markdown script and the obsolete pandoc-template.docbook.
Change-Id: I619244c755b9f85102743196c8ec5fcc09dc76a6
Shorten commit message to follow the git convention.
Change Git topic branch to unify all related topic.
Change-Id: I3a40ca5d7bb078fec20ad9fb7a5258f8fd1ae14c
The python-troveclinet 2.0.0 has the new option
--instance "<opt=value,opt=value,...>"
on trove cluster-create.
Change-Id: I11de253d33b2051175d09e9b3e760f2055931d0e
To migrate common directory for rst files from common-rst to common,
Add a switcher for common directory as a temporary trick.
When find a rst file in common directory,
we use "common" directory as priority.
This switcher will be removed after all migration works finish.
Change-Id: I7ba517136807513f982e66010906b97621f844fc
The tuskar client has been retired, we do not need to document it anymore,
so remove all traces of it.
Change-Id: Ia12e1dcf6e147005e04da6ce07aefdbcd69750b6
The pep8 tests does more than calling pep8, rename it to use the new
linters standard job for all lint like jobs.
Change-Id: I027795072ce6fef13026099c3834a0d33ca7f7f7
Depends-On: I7cf4766642dc3e7d7652e6d26ab2f14f9fcd7861