Enable key rotation action and add release note

bp keystone-fernet-rotation
Change-Id: I1263239bae7dede96191f80ae7932461ce6ea69b
This commit is contained in:
Juan Antonio Osorio Robles 2017-06-15 16:08:34 +03:00
parent fcb992a6b9
commit 6e23d7f8fa
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
features:
- In the parameters section of actions, the rotate_fernet_keys action was
added. It does a rotation based on the values of the generated passwords
or the parameter_defaults given by the user. Note that this merely does
the rotation, deletes the excess keys and persists the new value in the plan
environment. However, the action doesn't go to the nodes and adds the
keys to the actual repository; that's part of a separate workflow.

View File

@ -88,6 +88,7 @@ mistral.actions =
tripleo.parameters.get_passwords = tripleo_common.actions.parameters:GetPasswordsAction
tripleo.parameters.get_profile_of_flavor = tripleo_common.actions.parameters:GetProfileOfFlavorAction
tripleo.parameters.generate_fencing = tripleo_common.actions.parameters:GenerateFencingParametersAction
tripleo.parameters.rotate_fernet_keys = tripleo_common.actions.parameters:RotateFernetKeysAction
tripleo.plan.create_container = tripleo_common.actions.plan:CreateContainerAction
tripleo.plan.delete = tripleo_common.actions.plan:DeletePlanAction
tripleo.plan.list = tripleo_common.actions.plan:ListPlansAction