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

@@ -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>