Add revision entry for recent changes, minor cleanup

Fixes a few places where the information about openSUSE or Debian
was not properly displayed.

Change-Id: I653b484d38ffeaf1911e3c64c6a7d49a0b3f5edc
This commit is contained in:
Andreas Jaeger
2013-08-23 21:35:04 +02:00
parent db123a3769
commit 13717f4b04
5 changed files with 20 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
<orderedlist>
<listitem>
<para>Install <phrase os="rhel;centos;fedora">Fedora 18</phrase>
<phrase os="ubuntu;debian">Ubuntu 12.04 and Debian Wheezy</phrase>
<phrase os="ubuntu;debian">Ubuntu 12.04 or Debian Wheezy</phrase>
<phrase os="opensuse">openSUSE 12.3</phrase>.
Just like with the Cloud Controller, the exact steps are outside the
scope of this document, but please note the following options:<itemizedlist>

View File

@@ -8,9 +8,11 @@
images from which you can launch instances.</para>
<para>For example, if a <phrase os="ubuntu">Ubuntu
12.04</phrase><phrase os="centos;rhel;fedora">Fedora
19</phrase> image exists, you can use it to launch a
19</phrase><phrase os="opensuse">openSUSE 12.3</phrase>
image exists, you can use it to launch a
<phrase os="ubuntu">Ubuntu 12.04</phrase><phrase
os="centos;rhel;fedora">Fedora 19</phrase>
<phrase os="opensuse">openSUSE 12.3</phrase>
instance.</para>
<procedure>
<title>To install and configure the OpenStack Image
@@ -20,7 +22,7 @@
<screen os="ubuntu;debian"><prompt>#</prompt> <userinput>apt-get install glance</userinput></screen>
<screen os="centos;rhel;fedora"><prompt>#</prompt> <userinput>yum install openstack-glance</userinput></screen>
<screen os="opensuse"><prompt>#</prompt> <userinput>zypper install openstack-glance python-glanceclient</userinput></screen>
</para>
</para>
</step>
<step>
<para>Configure the OpenStack Image Service, as
@@ -57,11 +59,11 @@ flavor=keystone</programlisting></para>
</note>
</para>
</step>
<step os="opensuse">
<para>Enable both Glance services:
<step os="opensuse">
<para>Enable both Glance services:
<screen><prompt>#</prompt> <userinput>systemctl enable openstack-glance-api openstack-glance-registry</userinput></screen>
</para>
</step>
</para>
</step>
<step>
<para>Create the OpenStack Image tables in the
database, as follows:

View File

@@ -7,7 +7,8 @@
<title>Preface</title>
<para>This document helps you deploy OpenStack Grizzly for
development purposes with <phrase os="ubuntu;debian">Ubuntu 12.04 LTS
(using the Ubuntu Cloud Archive)</phrase><phrase
(using the Ubuntu Cloud Archive) or Debian Wheezy
(using the gplhost repository)</phrase><phrase
os="rhel;centos;fedora">Fedora 18 (using the
fedora-openstack-grizzly repo)</phrase><phrase
os="opensuse">openSUSE 12.3 (using the Open Build Service

View File

@@ -5,7 +5,7 @@
xml:id="basic-install_requirements">
<title>Requirements</title>
<para>You need at least three machines, virtual or physical, with
<phrase os="ubuntu">Ubuntu 12.04 LTS</phrase><phrase os="debian">Debian Wheezy</phrase>
<phrase os="ubuntu;debian">Ubuntu 12.04 LTS or Debian Wheezy</phrase>
<phrase os="rhel;centos;fedora">Fedora 18</phrase>
<phrase os="opensuse">openSUSE 12.3</phrase>
installed.</para>

View File

@@ -56,6 +56,14 @@
OpenStack on various Linux distributions.</para>
</abstract>
<revhistory>
<revision>
<date>2013-08-23</date>
<revdescription><itemizedlist>
<listitem><para>Add information for Debian Wheezy.</para></listitem>
<listitem><para>Editorial changes.</para></listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2013-08-13</date>
<revdescription><itemizedlist>