I've created 3 different instances and they have differents novnc URL (two of them) root at locro:/etc/nova# nova --os-username=admin --os-tenant-name=admin --os-password=XXX --os-auth-url=http://172.19.136.1:35357/v2.0get-vnc-console 68c770a7-2678-4c1e-8028-7c9401f5319d novnc +-------+-------------------------------------------------------------------------------------+ | Type | Url | +-------+-------------------------------------------------------------------------------------+ | novnc | http://172.19.136.170:6080/vnc_auto.html?token=4ac35743-3f06-4000-b039-706d82cb4dd4| +-------+-------------------------------------------------------------------------------------+ root at locro:/etc/nova# nova --os-username=admin --os-tenant-name=admin --os-password=XXX --os-auth-url=http://172.19.136.1:35357/v2.0get-vnc-console 8014674a-6c5b-462c-abd2-eea82cd03dcd novnc +-------+------------------------------------------------------------------------------------+ | Type | Url | +-------+------------------------------------------------------------------------------------+ | novnc | http://172.16.16.170:6080/vnc_auto.html?token=6b3629a2-1c0f-4410-93d9-da12931f2e30| +-------+------------------------------------------------------------------------------------+ root at locro:/etc/nova# nova --os-username=admin --os-tenant-name=admin --os-password=XXX --os-auth-url=http://172.19.136.1:35357/v2.0get-vnc-console cd7f99be-a962-40e2-bc01-66f4274df736 novnc +-------+-------------------------------------------------------------------------------------+ | Type | Url | +-------+-------------------------------------------------------------------------------------+ | novnc | http://172.19.136.170:6080/vnc_auto.html?token=4189f6a2-0905-49a4-a66f-2a4e6dc496ff| +-------+-------------------------------------------------------------------------------------+ root at locro:/etc/nova# Where dose this URL come from? Thankss 2013/5/7 Juan José Pavlik Salles <jjpavlik at gmail.com> > Here i come with a new problem, this time with novnc and dashboard. When i > try to connect to the vnc of a running instance from the dashboard i get a > wrong url, but is the same one i get when i run nova get-vnc-console: > > root at locro:/etc# nova --os-username=admin --os-tenant-name=admin > --os-password=XXX --os-auth-url=http://172.19.136.1:35357/v2.0get-vnc-console f0fc0fc6-e4c2-4518-a0e0-589ce4cc8903 novnc > > +-------+-------------------------------------------------------------------------------------+ > | Type | Url > | > > +-------+-------------------------------------------------------------------------------------+ > | novnc | > http://172.19.136.170:6080/vnc_auto.html?token=c7921e91-a325-45d4-817d-e3f742d710bd| > > +-------+-------------------------------------------------------------------------------------+ > > I don't have any host running on 172.19.136.170, this is my nova.conf: > > # novnc # > novnc_enable=true > novncproxy_base_url=http://172.16.16.170:6080/vnc_auto.html > vncserver_proxyclient_address=172.19.136.11 > #Para que tenga migracion en vivo hay que usar la 0.0.0.0 > vncserver_listen=0.0.0.0 > > Where 172.16.16.170 is my controller node, and 172.19.136.11 is a compute > node. Does anybody know where this link come from? Because it's not taking > novncproxy_base_url. > > -- > Pavlik Juan José > -- Pavlik Salles Juan José -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20130508/3ce7f29b/attachment.html>