Add missing quote from mistral command to run key rotation

It was missing a quote...

Change-Id: Idcff940772ec5d081ebec44fc5a0c34c590db513
This commit is contained in:
Juan Antonio Osorio Robles 2017-08-30 13:03:56 +03:00
parent 0a471a4891
commit 29f47256dc

View File

@ -8,7 +8,7 @@ stored as part of the deployment plan in mistral. The overcloud deplotment's
fernet keys can be rotated with the following command::
mistral execution-create tripleo.fernet_keys.v1.rotate_fernet_keys \
'{"container": "overcloud"}
'{"container": "overcloud"}'
Where the value for "container" is the name of the plan (which defaults to
"overcloud").