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.