Update man pages for the Kilo release

The current man pages for keystone-manage don't include commands relating to
Fernet setup, or the domain configuration upload.

Change-Id: Ifd208151470d8d39d3d4851557e45dc12d1a577b
Closes-Bug: #1441300
This commit is contained in:
Lance Bragstad 2015-04-07 18:47:34 +00:00
parent 7ed6717076
commit 7d8b6eb2ac
1 changed files with 5 additions and 2 deletions

View File

@ -7,9 +7,9 @@ Keystone Management Utility
--------------------------- ---------------------------
:Author: openstack@lists.openstack.org :Author: openstack@lists.openstack.org
:Date: 2014-10-16 :Date: 2015-4-7
:Copyright: OpenStack Foundation :Copyright: OpenStack Foundation
:Version: 2014.2 :Version: 2015.1
:Manual section: 1 :Manual section: 1
:Manual group: cloud computing :Manual group: cloud computing
@ -42,6 +42,9 @@ Available commands:
* ``db_sync``: Sync the database. * ``db_sync``: Sync the database.
* ``db_version``: Print the current migration version of the database. * ``db_version``: Print the current migration version of the database.
* ``domain_config_upload``: Upload domain configuration file.
* ``fernet_rotate``: Rotate keys in the Fernet key repository.
* ``fernet_setup``: Setup a Fernet key repository.
* ``mapping_purge``: Purge the identity mapping table. * ``mapping_purge``: Purge the identity mapping table.
* ``pki_setup``: Initialize the certificates used to sign tokens. * ``pki_setup``: Initialize the certificates used to sign tokens.
* ``saml_idp_metadata``: Generate identity provider metadata. * ``saml_idp_metadata``: Generate identity provider metadata.