Issue:app
When you create an instance, but cannot connect to the VNC Server because of the error message, "Failed connect to server".rest
Reason:server
Your nova vnc configuration may be mapped to wrong vnc server.
it
Solution:io
1. vi /etc/nova/nova.confcli
2. find vncserver_proxyclient_addressservice
3. exam the value is valid and could be reached by your host.
map
4. Modify it to right server, e.g. 127.0.0.1error
5. service openstack-nova-compute restart
openstack