Fix command syntax error in TripleO and Mistral docs

One of the example commands in "TripleO and Mistral" docs had
incorrect syntax.

Change-Id: I2970e898fd92a623810384952ecaf19e3e0618b9
Closes-Bug: 1810294
This commit is contained in:
Radoslaw Smigielski 2019-01-02 13:02:04 +01:00
parent 3a44e5bed2
commit 7edf83fcae
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ can be used to get the status and output of that workflow execution.
echo '{"container": "<container-name>"}' > input.json
openstack workflow execution create tripleo.plan_management.v1.create_deployment_plan input.json
openstack workflow execution show <execution ID>
openstack workflow execution show output <execution ID>
openstack workflow execution output show <execution ID>
For REST API usage please reference the `full Mistral documentation
<https://docs.openstack.org/mistral/latest/>`_.