Fix reference for chckconfig for RHEL/Fedora/Centos.

Fix misspelling in compute-rhel-install.xml.

Fix bug 1084722

Change-Id: Ib57939e47a7ac396036649b808f4a21d6a358e8f
This commit is contained in:
annegentle
2012-11-29 14:39:09 -06:00
parent d69b67fcd0
commit 575e3b8473
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<para>To install Nova on RHEL v.6 you need access to two repositories, one available on the
yum.griddynamics.net website and the RHEL DVD image connected as repo. </para>
<para>First, install RHEL 6.0, preferrably with a minimal set of packages.</para>
<para>First, install RHEL 6.0, preferably with a minimal set of packages.</para>
<para>Disable SELinux in /etc/sysconfig/selinux and then reboot. </para>
<para>Connect the RHEL 3. 6.0 x86_64 DVD as a repository in YUM. </para>

View File

@@ -89,7 +89,7 @@
<para>Next, restart the keystone service so that it picks up the new
database configuration.</para>
<screen os="ubuntu"><prompt>#</prompt> <userinput>sudo service keystone restart</userinput></screen>
<screen os="rhel;fedora;centos"><prompt>$</prompt> <userinput>sudo service openstack-keystone start &amp;&amp; sudo chkconfig keystone on</userinput></screen>
<screen os="rhel;fedora;centos"><prompt>$</prompt> <userinput>sudo service openstack-keystone start &amp;&amp; sudo chkconfig openstack-keystone on</userinput></screen>
<para>Lastly, initialize the new keystone database, as root:</para>
<screen><prompt>#</prompt> <userinput>keystone-manage db_sync</userinput></screen>
<section xml:id="configure-keystone">