From 074a04ad6d6ec7efe7cdbfbfe9c418fe8f4a3565 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Fri, 5 May 2017 09:24:47 +0300 Subject: [PATCH] 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 --- doc/source/guides/configuration_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/guides/configuration_guide.rst b/doc/source/guides/configuration_guide.rst index dc5fdec14..08eb4270a 100644 --- a/doc/source/guides/configuration_guide.rst +++ b/doc/source/guides/configuration_guide.rst @@ -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**::