Update installation guide for Juno release

I updated the installation guide for Juno release packages
on Ubuntu as follows:

1) Removed "debug" workaround for horizon.
2) Removed "sudoers" workaround for cinder.
3) Fixed other minor issues.

Change-Id: Ie4895ad4e339ca2cf860eee2203afea5d701b95c
This commit is contained in:
Matthew Kassawara 2014-10-20 15:36:20 -05:00
parent 9a50e10b37
commit 05c3429f52
5 changed files with 5 additions and 35 deletions

View File

@ -225,18 +225,6 @@ verbose = True</programlisting>
<para>Populate the Block Storage database:</para>
<screen><prompt>#</prompt> <userinput>su -s /bin/sh -c "cinder-manage db sync" cinder</userinput></screen>
</step>
<step os="ubuntu">
<para>Due to a packaging bug, the Block Storage service cannot
execute commands with administrative privileges using the
<command>sudo</command> command. Run the following command to
resolve this issue:</para>
<screen><prompt>#</prompt> <userinput>cp /etc/sudoers.d/cinder_sudoers /etc/sudoers.d/cinder_sudoers.orig</userinput>
<prompt>#</prompt> <userinput>sed -i 's,/etc/cinder/rootwrap.conf,/etc/cinder/rootwrap.conf *,g' \
/etc/sudoers.d/cinder_sudoers</userinput></screen>
<para>For more information, see the
<link xlink:href="https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1380425"
>bug report</link>.</para>
</step>
</procedure>
<procedure os="debian">
<title>To install and configure Block Storage controller components</title>

View File

@ -222,18 +222,6 @@ verbose = True</programlisting>
</step>
</substeps>
</step>
<step os="ubuntu">
<para>Due to a packaging bug, the Block Storage service cannot
execute commands with administrative privileges using the
<command>sudo</command> command. Run the following command to
resolve this issue:</para>
<screen><prompt>#</prompt> <userinput>cp /etc/sudoers.d/cinder_sudoers /etc/sudoers.d/cinder_sudoers.orig</userinput>
<prompt>#</prompt> <userinput>sed -i 's,/etc/cinder/rootwrap.conf,/etc/cinder/rootwrap.conf *,g' \
/etc/sudoers.d/cinder_sudoers</userinput></screen>
<para>For more information, see the
<link xlink:href="https://bugs.launchpad.net/ubuntu/+source/cinder/+bug/1380425"
>bug report</link>.</para>
</step>
</procedure>
<procedure os="debian">
<title>Install and configure Block Storage volume components</title>

View File

@ -102,14 +102,6 @@
<link xlink:href="http://en.wikipedia.org/wiki/List_of_tz_database_time_zones"
>list of time zones</link>.</para>
</step>
<step os="ubuntu">
<para>Due to a packaging bug, the dashboard CSS fails to load
properly. Enable debug mode to resolve this issue:</para>
<programlisting language="python">DEBUG = True</programlisting>
<para>For more information, see the
<link xlink:href="https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1379761"
>bug report</link>.</para>
</step>
</substeps>
</step>
</procedure>

View File

@ -221,9 +221,10 @@ bridge_mappings = external:br-ex</programlisting>
<substeps>
<step>
<para>In the <literal>[DEFAULT]</literal> section, configure
the driver and enable
the driver, enable
<glossterm baseform="network namespace">network
namespaces</glossterm>:</para>
namespaces</glossterm>, and configure the external
network bridge:</para>
<programlisting language="ini">[DEFAULT]
...
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver

View File

@ -73,7 +73,8 @@
</step>
<step>
<para>Create the <literal>nova</literal> service:</para>
<screen><prompt>$</prompt> <userinput>keystone service-create --name nova --type compute --description "OpenStack Compute"</userinput>
<screen><prompt>$</prompt> <userinput>keystone service-create --name nova --type compute \
--description "OpenStack Compute"</userinput>
<computeroutput>+-------------+----------------------------------+
| Property | Value |
+-------------+----------------------------------+