Change service name to workflowv2 in docs
Today we use workflowv2 instead of workflow. Clients and puppets expect it. Change-Id: Id2994db9bbb2b1440bd9c92706dbd1ff6616569b Closes-Bug: 1688219
This commit is contained in:
parent
1c485867c4
commit
074a04ad6d
@ -57,8 +57,8 @@ directory.
|
|||||||
and Mistral endpoints on Keystone::
|
and Mistral endpoints on Keystone::
|
||||||
|
|
||||||
$ MISTRAL_URL="http://[host]:[port]/v2"
|
$ MISTRAL_URL="http://[host]:[port]/v2"
|
||||||
$ openstack service create workflow --name mistral --description 'OpenStack Workflow service'
|
$ openstack service create workflowv2 --name mistral --description 'OpenStack Workflow service'
|
||||||
$ openstack endpoint create workflow --publicurl $MISTRAL_URL --adminurl $MISTRAL_URL --internalurl $MISTRAL_URL
|
$ openstack endpoint create workflowv2 --publicurl $MISTRAL_URL --adminurl $MISTRAL_URL --internalurl $MISTRAL_URL
|
||||||
|
|
||||||
#. Configure transport properties in the corresponding config section: for
|
#. Configure transport properties in the corresponding config section: for
|
||||||
RabbitMQ it is **oslo_messaging_rabbit**::
|
RabbitMQ it is **oslo_messaging_rabbit**::
|
||||||
|
Loading…
Reference in New Issue
Block a user