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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user