rearrange instructions in `verify operation` openstack identity (keystone)

This commit is contained in:
Simental Magana, Marcos
2015-11-09 15:15:57 -06:00
parent 7ab57a6011
commit 23a90c13d0
+5 -5
View File
@@ -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 \