From 7e76cbbe9b49bb6dff10de5ec26c4472cf4805b9 Mon Sep 17 00:00:00 2001 From: guoshuaijie Date: Wed, 29 Nov 2017 16:24:14 +0800 Subject: [PATCH] correct the installation procedure Change-Id: I73c76efb92cdb381808d429a87d56161eb7b97a8 --- doc/source/install/install-rdo.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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