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:
parent
9a50e10b37
commit
05c3429f52
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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 |
|
||||
+-------------+----------------------------------+
|
||||
|
Loading…
x
Reference in New Issue
Block a user