diff --git a/doc/install-guide/section_keystone-install.xml b/doc/install-guide/section_keystone-install.xml index cd459730dc..2e6fa5de9b 100644 --- a/doc/install-guide/section_keystone-install.xml +++ b/doc/install-guide/section_keystone-install.xml @@ -47,8 +47,7 @@ Generate a random value to use as the administration token during initial configuration: - $ openssl rand -hex 10 - $ openssl rand 10 | hexdump -e '1/1 "%.2x"' + $ openssl rand -hex 10 @@ -343,13 +342,7 @@ Listen 35357 Start the Identity service and configure it to start when the system boots: - # systemctl enable openstack-keystone.service -# systemctl start openstack-keystone.service - On SLES: - # service openstack-keystone start -# chkconfig openstack-keystone on - On openSUSE: - # systemctl enable openstack-keystone.service + # systemctl enable openstack-keystone.service # systemctl start openstack-keystone.service