With python-saharaclient 1.0.0 release,
old CLI commands are removed.
Please use OpenStackClient instead.
Change-Id: I838b7eff7091dd3922229392fed69b49df6fd99e
The gnocchi client has a different pattern of subcommands.
This patch explicitely specify the subcommands for the tool to work.
Change-Id: I68f1aaf8c0cedb756d529cb996592a07fd9fb4d1
Renamed sitemap file to avoid module name conflict
when importing at the sitemap unittest
Added py.test tox environment
Change-Id: I94480e374b29802414b62591a51c04ecd804905e
Closes-Bug: #1387716
The word "automatically" sometimes makes people confused.
This patch changes the message to more accurate.
Change-Id: If7cdfff7ad2931f5ea261257868dd93d8bdbd8ff
The original command breaks the line between the
command option with hyphen.
But, it looks strange to users.
This patch addresses the issue as work around
until the upstream code will be fixed.
Change-Id: I243c3bc73c65928e893f23308dd288da5d1dc80c
Related-Bug: #1599066
It is used for sub directory at config reference:
* config-reference/networking/samples
* config-reference/telemetry/samples
Change-Id: Idff86e173bae754bd9d28b51504e13489272e000
openstack-doc-test is used for building of DocBook XML files. For index
page generation openstack-indexpage can be used.
Remove openstack-doc-test together with all support files.
Change-Id: I5589bc634e1f630f79b3d6e8bffee939c5300bf2
- added --version option.
- added support for printing help if no options given, or if
'help' was used (i.e. 'openstack-auto-commands help')
openstack-manuals was also added to .gitignore so that
running the 'doc-tools-update-cli-reference' script will
not affect the os_doc_tools repo if the tool is run
within the repo.
Change-Id: I4c5ac6e7f207cd953040ce7b40cf1a5f13acf709
- added ability to supply multiple clients at a time.
- added flag to continue processing clients even if an error
occurs.
- fixed issue where an empty file was created if the client
wasn't found.
- fixed issue where specifying --all-api and --all-manage would
result in only --all-api being generated.
Change-Id: I8586279d884e1223ee7eb8ab12f50aa5ddc82561
- fixed issue where 'complete' generated wrong subcommands
if they were hyphenated.
- fixed issue where 'hardcoded' subcommands (in clients.yaml)
were ignored.
- added 'auth' to list of swift commands
Change-Id: If929299e38f21f3420d3fcb70a11daaa11c067bf
To use the heading level 2 for service API version,
the heading level of subcommands uses level 3.
Also, this change doesn't affect the command
that doesn't have explicit service API version description.
Change-Id: I90d0f791c01f233d8033ad17302b0fd27ea81c89
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
The python-troveclinet 2.0.0 has the new option
--instance "<opt=value,opt=value,...>"
on trove cluster-create.
Change-Id: I11de253d33b2051175d09e9b3e760f2055931d0e