[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:
chenxing 2016-11-28 09:45:06 +00:00 committed by KATO Tomoyuki
parent 2c5170c39a
commit e178e26810

View File

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