From 23258417050aea412d99bbfcd3b1a2915ddb0c46 Mon Sep 17 00:00:00 2001 From: "Simental Magana, Marcos" Date: Mon, 9 Nov 2015 12:26:57 -0600 Subject: [PATCH] Add instruction to restart the keystone-admin service in identity (keystone) --- source/openstack_identity.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/openstack_identity.rst b/source/openstack_identity.rst index cb5b312c..0d02a5ef 100644 --- a/source/openstack_identity.rst +++ b/source/openstack_identity.rst @@ -403,6 +403,10 @@ services. $ unset OS_TOKEN OS_URL +#. Restart the keystone-admin service to reload the changes:: + + # systemctl restart uwsgi@keystone-admin.service + #. As the ``admin`` user, request an authentication token:: $ openstack --os-auth-url http://controller:35357/v3 \