Fill in content in CLI Documentation

Added keystone-manage documentation from man pages
to the placeholder created for CLI Documentation.

Change-Id: I0e259c76d96c6479a6165c535bc49c032b2f41da
This commit is contained in:
Samriddhi Jain 2017-08-04 04:11:23 +05:30
parent fffc84db79
commit c326ae0417
7 changed files with 3 additions and 26 deletions

View File

@ -1,5 +1,3 @@
:orphan:
General keystone-manage options:
--------------------------------

View File

@ -18,6 +18,4 @@
CLI Documentation
=================
This section will eventually consist of documentation migrated from other
guides. This is a placeholder until content best suited for this guide is
migrated.
.. include:: keystone-manage.rst

View File

@ -1,6 +1,5 @@
===============
keystone-manage
===============
~~~~~~~~~~~~~~~
---------------------------
Keystone Management Utility

View File

@ -127,7 +127,7 @@ modindex_common_prefix = ['keystone.']
# List of tuples 'sourcefile', 'target', u'title', u'Authors name', 'manual'
man_pages = [
('man/keystone-manage', 'keystone-manage', u'Keystone Management Utility',
('cli/keystone-manage', 'keystone-manage', u'Keystone Management Utility',
[u'OpenStack'], 1)
]

View File

@ -865,16 +865,6 @@ return an empty list from your new database):
values, or deployed keystone to a different endpoint, you will need to
change the provided command accordingly.
``keystone-manage``
===================
``keystone-manage`` is the command line tool which interacts with the Keystone
service to initialize and update data within Keystone. Generally,
``keystone-manage`` is only used for operations that cannot be accomplished
with the HTTP API, such data import/export and database migrations.
.. include:: man/commands.rst
Supported clients
=================

View File

@ -61,7 +61,6 @@ please see the subsequent sections.
:maxdepth: 2
getting-started/index.rst
man/index.rst
code_documentation.rst
indices-tables.rst

View File

@ -1,7 +0,0 @@
Man Pages
=========
.. toctree::
:maxdepth: 1
keystone-manage