mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-05 21:31:30 +00:00
rearrange instructions in `verify operation` openstack identity (keystone)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user