fixed outdated reference to novnc
The cloud admin guide contained these out-of-date commands: apt-get install novnc service novnc restart I changed them to the current syntax, which is: apt-get install nova-novncproxy service nova-novncproxy restart Change-Id: Ib4e2d79951f6a122535dd0fbe7134e6cca59b494 Closes-Bug: 1394345
This commit is contained in:
parent
88b99f8f0d
commit
5494ca6e20
@ -153,10 +153,10 @@
|
||||
<para>You must install the <package>noVNC</package> package, which contains the <systemitem
|
||||
class="service">nova-novncproxy</systemitem> service. As root, run the following
|
||||
command:</para>
|
||||
<programlisting language="bash" role="gutter: false"><prompt>#</prompt> <userinput>apt-get install novnc</userinput></programlisting>
|
||||
<programlisting language="bash" role="gutter: false"><prompt>#</prompt> <userinput>apt-get install nova-novncproxy</userinput></programlisting>
|
||||
<para>The service starts automatically on installation.</para>
|
||||
<para>To restart the service, run:</para>
|
||||
<programlisting language="bash" role="gutter: false"><prompt>#</prompt> <userinput>service novnc restart</userinput></programlisting>
|
||||
<programlisting language="bash" role="gutter: false"><prompt>#</prompt> <userinput>service nova-novncproxy restart</userinput></programlisting>
|
||||
<para>The configuration option parameter should point to your
|
||||
<filename>nova.conf</filename> file, which includes the
|
||||
message queue server address and credentials.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user