Remove the Keystone API V2.0 endpoint registration

With OpenStack Liberty, Keystone API v2.0 is depreciated, so
remove the API V2.0 endpoint registration is safe.

Change-Id: I6272741a2467e2d1e2ec1d3e425247effc034670
This commit is contained in:
wu.chunyang 2018-04-28 17:01:56 +08:00
parent d741556f0f
commit 3ae836d608

View File

@ -32,16 +32,6 @@ Configure the Identity service for the Bare Metal service
$ openstack endpoint create --region RegionOne \
baremetal internal http://$IRONIC_NODE:6385
If only keystone v2 API is available, use this command instead:
.. code-block:: console
$ openstack endpoint create --region RegionOne \
--publicurl http://$IRONIC_NODE:6385 \
--internalurl http://$IRONIC_NODE:6385 \
--adminurl http://$IRONIC_NODE:6385 \
baremetal
#. You may delegate limited privileges related to the Bare Metal service
to your Users by creating Roles with the OpenStack Identity service. By
default, the Bare Metal service expects the "baremetal_admin" and