summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance Bragstad <lbragstad@gmail.com>2015-04-07 18:47:34 +0000
committerDoug Hellmann <doug@doughellmann.com>2015-04-15 19:52:40 +0000
commitb679e7d6be18d33ebdfe133161a3daf2f305d954 (patch)
tree99ac49ac82cef38ce889877c66d55babda49946b
parente7f369191bb09c349c3c4b327b5558fbd1c3e77a (diff)
downloadkeystone-b679e7d6be18d33ebdfe133161a3daf2f305d954.tar.gz
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 (cherry picked from commit 7d8b6eb2ac4f46dbe63e3883de5b8ad85b7e8251)
-rw-r--r--doc/source/man/keystone-manage.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/source/man/keystone-manage.rst b/doc/source/man/keystone-manage.rst
index b2ea39246..feeeb142c 100644
--- a/doc/source/man/keystone-manage.rst
+++ b/doc/source/man/keystone-manage.rst
@@ -7,9 +7,9 @@ Keystone Management Utility
---------------------------
:Author: openstack@lists.openstack.org
-:Date: 2014-10-16
+:Date: 2015-4-7
:Copyright: OpenStack Foundation
-:Version: 2014.2
+:Version: 2015.1
:Manual section: 1
:Manual group: cloud computing
@@ -42,6 +42,9 @@ Available commands:
* ``db_sync``: Sync 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.
* ``pki_setup``: Initialize the certificates used to sign tokens.
* ``saml_idp_metadata``: Generate identity provider metadata.