diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index 4363e292e..0f2782f4b 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -162,7 +162,9 @@ Create the Vitrage endpoint .. code:: bash openstack service create rca --name vitrage --description="Root Cause Analysis Service" - openstack endpoint create --region --publicurl http://:8999 --internalurl http://:8999 --adminurl http://:8999 vitrage + openstack endpoint create vitrage --region public http://:8999 + openstack endpoint create vitrage --region internal http://:8999 + openstack endpoint create vitrage --region admin http://:8999 Start the Vitrage Services