diff --git a/doc/ha-guide/source/storage-ha-image.rst b/doc/ha-guide/source/storage-ha-image.rst index 8cb01a7fbb..33e6da2d28 100644 --- a/doc/ha-guide/source/storage-ha-image.rst +++ b/doc/ha-guide/source/storage-ha-image.rst @@ -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