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:
parent
3a44e5bed2
commit
7edf83fcae
@ -68,7 +68,7 @@ can be used to get the status and output of that workflow execution.
|
|||||||
echo '{"container": "<container-name>"}' > input.json
|
echo '{"container": "<container-name>"}' > input.json
|
||||||
openstack workflow execution create tripleo.plan_management.v1.create_deployment_plan 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 <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
|
For REST API usage please reference the `full Mistral documentation
|
||||||
<https://docs.openstack.org/mistral/latest/>`_.
|
<https://docs.openstack.org/mistral/latest/>`_.
|
||||||
|
Loading…
Reference in New Issue
Block a user