[MU 6.1] Corrects the restart command for Keystone

This patch changes the restart command for Keystone on Ubuntu
(from initctl restart openstack-keystone to initctl restart keystone)
in the 'backend_argument containing a password leaked in logs' update
section.

Change-Id: If6f04043e90f39f15a4c414ecf18aa043c359adb
This commit is contained in:
Olena Logvinova
2015-08-27 14:01:49 +03:00
parent e01c8bb000
commit fb229bd1a5

View File

@@ -42,5 +42,5 @@ Run the following commands on OpenStack controller nodes::
apt-get update
apt-get install --only-upgrade -y python-keystone*
apt-get install --only-upgrade -y keystone*
initctl restart openstack-keystone
initctl restart keystone