Few new commands missing from docs
The configuration and man page docs are missing some commands noting the available options to the keystone-manage command. Change-Id: Iba5efcf94e70f70bac899b8db377960fd35567d4
This commit is contained in:
parent
f82b913db6
commit
32af31f509
@ -1328,8 +1328,13 @@ Initializing Keystone
|
|||||||
``keystone-manage`` is designed to execute commands that cannot be administered
|
``keystone-manage`` is designed to execute commands that cannot be administered
|
||||||
through the normal REST API. At the moment, the following calls are supported:
|
through the normal REST API. At the moment, the following calls are supported:
|
||||||
|
|
||||||
|
* ``bootstrap``: Perform the basic bootstrap process.
|
||||||
|
* ``credential_migrate``: Encrypt credentials using a new primary key.
|
||||||
|
* ``credential_rotate``: Rotate Fernet keys for credential encryption.
|
||||||
|
* ``credential_setup``: Setup a Fernet key repository for credential encryption.
|
||||||
* ``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.
|
||||||
|
* ``doctor``: Diagnose common problems with keystone deployments.
|
||||||
* ``domain_config_upload``: Upload domain configuration file.
|
* ``domain_config_upload``: Upload domain configuration file.
|
||||||
* ``fernet_rotate``: Rotate keys in the Fernet key repository.
|
* ``fernet_rotate``: Rotate keys in the Fernet key repository.
|
||||||
* ``fernet_setup``: Setup a Fernet key repository.
|
* ``fernet_setup``: Setup a Fernet key repository.
|
||||||
|
@ -41,6 +41,8 @@ Invoking ``keystone-manage`` by itself will give you some usage information.
|
|||||||
Available commands:
|
Available commands:
|
||||||
|
|
||||||
* ``bootstrap``: Perform the basic bootstrap process.
|
* ``bootstrap``: Perform the basic bootstrap process.
|
||||||
|
* ``credential_migrate``: Encrypt credentials using a new primary key.
|
||||||
|
* ``credential_rotate``: Rotate Fernet keys for credential encryption.
|
||||||
* ``credential_setup``: Setup a Fernet key repository for credential encryption.
|
* ``credential_setup``: Setup a Fernet key repository for credential encryption.
|
||||||
* ``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.
|
||||||
|
Loading…
Reference in New Issue
Block a user