From 3ae836d6088051d4e25e0a2b324c21ec2cbd9989 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Sat, 28 Apr 2018 17:01:56 +0800 Subject: [PATCH] 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 --- doc/source/install/configure-identity.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/source/install/configure-identity.rst b/doc/source/install/configure-identity.rst index 026e5bd615..75adbd55f7 100644 --- a/doc/source/install/configure-identity.rst +++ b/doc/source/install/configure-identity.rst @@ -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