Update doc for token_setup and token_rotate

New setup commands are added to keystone-manage
cli [1] which are not mentioned anywhere in
docs. This patch is added for the same.

[1] https://review.openstack.org/#/c/547657/

Change-Id: I50e77566662d7f525c1cce6ce52d14dd31c6e5a2
This commit is contained in:
Vishakha Agarwal 2019-01-08 18:13:00 +05:30
parent 53c8b02ec7
commit d27be745db
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ Available commands:
* ``domain_config_upload``: Upload domain configuration file.
* ``fernet_rotate``: Rotate keys in the Fernet key repository.
* ``fernet_setup``: Setup a Fernet key repository for token encryption.
* ``token_rotate``: Rotate token keys in the key repository.
* ``token_setup``: Setup a token key repository for token encryption.
* ``mapping_populate``: Prepare domain-specific LDAP backend.
* ``mapping_purge``: Purge the identity mapping table.
* ``mapping_engine``: Test your federation mapping rules.