compute vncproxy configuration
I am installing juno release on Ubuntu 14.04 following the documentation.
When I finally got a VM deployed I could not access the VNC console attached to the VM because the install instructions did not include to add the VNC proxy packages although the docs do tell us how to configure vncproxy for compute.
I managed to resolve this by doing a:
sudo apt-get install nova-consoleauth nova-novncproxy
and then restarting novva-compute:
sudo service nova-compute restart
Should this step be included in the original documentation?