From 5494ca6e200548a9796d2f38a1632fec4657211e Mon Sep 17 00:00:00 2001 From: Laurel Michaels Date: Sun, 30 Nov 2014 15:12:12 -0500 Subject: [PATCH] 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 --- doc/common/section_compute-configure-vnc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/common/section_compute-configure-vnc.xml b/doc/common/section_compute-configure-vnc.xml index bb82a4ddcb..b588cad66c 100644 --- a/doc/common/section_compute-configure-vnc.xml +++ b/doc/common/section_compute-configure-vnc.xml @@ -153,10 +153,10 @@ You must install the noVNC package, which contains the nova-novncproxy service. As root, run the following command: - # apt-get install novnc + # apt-get install nova-novncproxy The service starts automatically on installation. To restart the service, run: - # service novnc restart + # service nova-novncproxy restart The configuration option parameter should point to your nova.conf file, which includes the message queue server address and credentials.