Cloud Admin Guide CLI chapter, part 2
This patch finishes migration of CLI doc pages. Part 1: https://review.openstack.org/#/c/285576 - cli.rst: added common files - conf.py: removed common/cli* from exclude patterns Change-Id: Ic8b7edaff243dd19a9bc8a4a2514527eec461fc1 Implements: blueprint user-guides-reorganised
This commit is contained in:
parent
ba15858144
commit
21be78053a
@ -5,9 +5,15 @@ OpenStack command-line clients
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
common/cli_overview.rst
|
||||
common/cli_install_openstack_command_line_clients.rst
|
||||
common/cli_discover_version_number_for_a_client.rst
|
||||
common/cli_set_environment_variables_using_openstack_rc.rst
|
||||
cli_manage_projects_users_and_roles.rst
|
||||
cli_nova_manage_projects_security.rst
|
||||
cli_manage_services.rst
|
||||
common/cli_manage_images.rst
|
||||
common/cli_manage_volumes.rst
|
||||
cli_manage_shares.rst
|
||||
cli_manage_flavors.rst
|
||||
cli_admin_manage_environment.rst
|
||||
|
@ -91,7 +91,7 @@ html_context = {"gitsha": gitsha, "bug_tag": bug_tag,
|
||||
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
exclude_patterns = ['common/cli*', 'common/log_in_dashboard.rst']
|
||||
exclude_patterns = ['common/log_in_dashboard.rst']
|
||||
|
||||
# The reST default role (used for this markup: `text`) to use for all
|
||||
# documents.
|
||||
|
Loading…
Reference in New Issue
Block a user