Fix the openstack endpoint create failed

Change-Id: Ic05950c47bf5ad26e91051ac5e1d766db0f5ccae
This commit is contained in:
wu.chunyang 2018-04-27 22:42:28 +08:00
parent 4fdb22cba2
commit 3a5b42302c
1 changed files with 8 additions and 4 deletions

View File

@ -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: