tripleo-docs/deploy-guide/source/post_deployment/fernet_key_rotation.rst
Rajesh Tailor 6447c381b1 Fix typos
This patch tries to fix maximum typos in docs.

Change-Id: Ic406e3a4423cdd7c46c8a4497d43d63c95b2a9f5
2020-08-19 17:20:09 +05:30

895 B

Rotation Keystone Fernet Keys from the Overcloud

Like most passwords in your overcloud deployment, keystone fernet keys are also stored as part of the deployment plan in mistral. The overcloud deployment's fernet keys can be rotated with the following command:

openstack workflow execution create \
    tripleo.fernet_keys.v1.rotate_fernet_keys \
    '{"container": "overcloud"}'

Where the value for "container" is the name of the plan (which defaults to "overcloud").

After waiting some time you can verify the output by taking the execution ID from that was the output of the previous command, and issuing the following command:

openstack workflow execution output show EXECUTION_UUID

Please note that there must be an overcloud deployment ready and accessible in order to execute this action.