[Openstack] Grizzly - Multinode cannot login to VM through console or VNC
yuanpu
yuanpu at 139.com
Tue Sep 10 07:52:18 UTC 2013
[root at grizzly nova]# cat nova.conf|grep vnc
vnc_ip=172.21.2.111
novncproxy_base_url=http://$vnc_ip:6080/vnc_auto.html
vncserver_proxyclient_address=$vnc_ipvnc_enabled=true
vnc_keymap=en-us
vncserver_listen=$vnc_ip
[root at grizzly nova]#
change it into
[root at grizzly nova]# cat nova.conf|grep vnc
novncproxy_base_url=http://172.21.2.111:6080/vnc_auto.html
vncserver_proxyclient_address=172.21.2.111
vnc_enabled=true
vnc_keymap=en-us
vncserver_listen=172.21.2.111
we have the same problem, we solved it this way(use real ip address instead $vnc_ip), but i dont know and tell you why.
yuanpu
From: raghavendra.lad at accenture.com
Date: 2013-09-10 15:24
To: openstack at lists.openstack.org
Subject: [Openstack] Grizzly - Multinode cannot login to VM through console or VNC
Hi,
I have the Openstack Grizzly ubuntu 12.04 multi node installed the VM is coming up fine with IP and also I can associate floating ip however cannot login to VM using ssh or on console. It just says loading and no go. The security group is also set.
Any help?
Now on VNC it says
console is currently unavailable. Please try again later. Reload
On my controller or nova node :
C controller# ping 20.0.0.5
PING 20.0.0.5 (20.0.0.5) 56(84) bytes of data.
From 10.1.168.1: icmp_seq=1 Redirect Network(New nexthop: 10.1.168.2)
Thanks,
Raghavendra Lad
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise confidential information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the e-mail by you is prohibited.
Where allowed by local law, electronic communications with Accenture and its affiliates, including e-mail and instant messaging (including content), may be scanned by our systems for the purposes of information security and assessment of internal compliance with Accenture policy.
______________________________________________________________________________________
www.accenture.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20130910/63c38e75/attachment.html>
More information about the Openstack
mailing list