From 23a90c13d0ce245983c6a8d0f88680c2e6d3442f Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Mon, 9 Nov 2015 15:15:57 -0600 Subject: [PATCH] rearrange instructions in ``verify operation`` openstack identity (keystone) --- source/openstack_identity.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/openstack_identity.rst b/source/openstack_identity.rst index 0d02a5ef..258195b0 100644 --- a/source/openstack_identity.rst +++ b/source/openstack_identity.rst @@ -394,19 +394,19 @@ Verify operation Verify operation of the Identity service before installing other services. -#. For security reasons, remove the admin_token value in +#. For security reasons, remove admin_token from ``/etc/keystone/keystone.conf``: Edit the ``[DEFAULT]`` section and remove ``admin_token``. -#. Unset the temporary ``OS_TOKEN`` and ``OS_URL`` environment variables:: - - $ unset OS_TOKEN OS_URL - #. Restart the keystone-admin service to reload the changes:: # systemctl restart uwsgi@keystone-admin.service +#. Unset the temporary ``OS_TOKEN`` and ``OS_URL`` environment variables:: + + $ unset OS_TOKEN OS_URL + #. As the ``admin`` user, request an authentication token:: $ openstack --os-auth-url http://controller:35357/v3 \