From 3a5b42302c00ffd46da8a6e370f4a0dda7b640df Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Fri, 27 Apr 2018 22:42:28 +0800 Subject: [PATCH] Fix the openstack endpoint create failed Change-Id: Ic05950c47bf5ad26e91051ac5e1d766db0f5ccae --- doc/source/configuration/configuring.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/source/configuration/configuring.rst b/doc/source/configuration/configuring.rst index 0677a9b0a..1ca6d0fed 100644 --- a/doc/source/configuration/configuring.rst +++ b/doc/source/configuration/configuring.rst @@ -129,10 +129,14 @@ Configure the Identity service for the Watcher service .. code-block:: bash - $ openstack endpoint create --region YOUR_REGION watcher \ - --publicurl http://WATCHER_API_PUBLIC_IP:9322 \ - --internalurl http://WATCHER_API_INTERNAL_IP:9322 \ - --adminurl http://WATCHER_API_ADMIN_IP:9322 + $ openstack endpoint create --region YOUR_REGION + watcher public http://WATCHER_API_PUBLIC_IP:9322 + + $ openstack endpoint create --region YOUR_REGION + watcher internal http://WATCHER_API_INTERNAL_IP:9322 + + $ openstack endpoint create --region YOUR_REGION + watcher admin http://WATCHER_API_ADMIN_IP:9322 .. _watcher-db_configuration: