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:
Boris Bobrov 2017-05-05 09:24:47 +03:00 committed by Dougal Matthews
parent 1c485867c4
commit 074a04ad6d
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ directory.
and Mistral endpoints on Keystone::
$ MISTRAL_URL="http://[host]:[port]/v2"
$ openstack service create workflow --name mistral --description 'OpenStack Workflow service'
$ openstack endpoint create workflow --publicurl $MISTRAL_URL --adminurl $MISTRAL_URL --internalurl $MISTRAL_URL
$ openstack service create workflowv2 --name mistral --description 'OpenStack Workflow service'
$ openstack endpoint create workflowv2 --publicurl $MISTRAL_URL --adminurl $MISTRAL_URL --internalurl $MISTRAL_URL
#. Configure transport properties in the corresponding config section: for
RabbitMQ it is **oslo_messaging_rabbit**::