Fix bug 1009264, bad wrap on landing page and broken links.

Temporary fix for the landing page while waiting for guidance from CI

Also fixes error spotted in review after merge on the conditional text
in doc/src/docbkx/openstack-install/install-config-storage-nodes.xml.

Change-Id: I7272ea566d04e41f57443c6924c06833a28c218e
This commit is contained in:
annegentle
2012-06-05 23:05:03 -05:00
parent 3a0db1c3ad
commit 58a299daeb
3 changed files with 23 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
<listitem><para>Install Storage node packages:</para>
<para>
<screen os="ubuntu"><prompt>#</prompt> <userinput>apt-get install swift-account swift-container swift-object xfsprogs</userinput></screen>
<screen os="ubuntu"><prompt>#</prompt> <userinput>yum install openstack-swift-account openstack-swift-container openstack-swift-object xfsprogs</userinput></screen></para>
<screen os="rhel;centos;fedora"><prompt>#</prompt> <userinput>yum install openstack-swift-account openstack-swift-container openstack-swift-object xfsprogs</userinput></screen></para>
</listitem>
<listitem><para>For every device on the node, setup the XFS volume (/dev/sdb is used
as an example):</para>