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:
Laurel Michaels 2014-11-30 15:12:12 -05:00
parent 88b99f8f0d
commit 5494ca6e20

View File

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