[ha-guide] Update the identity V3 unsupported command
The identity v3 didn't support this current command. This patch is to update it. Change-Id: I984d037184eb4d0aaec6963f64c465e39e46d8ab
This commit is contained in:
parent
2c5170c39a
commit
e178e26810
@ -123,9 +123,11 @@ and define your endpoint like this:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ openstack endpoint create image --region $KEYSTONE_REGION \
|
||||
--publicurl 'http://PUBLIC_VIP:9292' \
|
||||
--adminurl 'http://10.0.0.11:9292' \
|
||||
--internalurl 'http://10.0.0.11:9292'
|
||||
$ openstack endpoint create --region $KEYSTONE_REGION \
|
||||
image public http://PUBLIC_VIP:9292
|
||||
|
||||
$ openstack endpoint create --region $KEYSTONE_REGION \
|
||||
image admin http://10.0.0.11:9292
|
||||
|
||||
$ openstack endpoint create --region $KEYSTONE_REGION \
|
||||
image internal http://10.0.0.11:9292
|
||||
|
Loading…
x
Reference in New Issue
Block a user