Could not jump in instance's console
I created and successfully run instances but when I click console
to get into the instance's terminal. I got this error
https://i.ibb.co/JHZmXmR/Screenshot-f...
My controller node ip: 10.10.10.11
My network node ip: 10.10.10.12
this is my nova.conf
[vnc]
enabled = true
vncserver_listen = 127.0.0.1
vncserver_proxyclient_address = 127.0.0.1
keymap = en-us
novncproxy_base_url = http://10.10.10.12:6082/vnc_auto.html
Thanks for your help!
Is this the nova.conf on the compute node(s)? Did you configure the controller? Documentation is at https://docs.openstack.org/nova/lates...
That configuration is in both the compute node and controller node as well. I was following that site using VNC.
novncproxy_base_url = http://IP_ADDRESS:6082/vnc_auto.html Replace IP_ADDRESS with the IP address from which the proxy is accessible by the outside world. For example, this may be the management interface IP address of the controller or the VIP.
Well my management IP is 10.10.10.12But I still got the error above, even I followed exactly the documentation.
The base URL contains the IP address of the server where nova-novncproxy runs. Normally that's the controller. In your case I am confused, first you say that controller is 10.10.10.11, then you say the management IP is 10.10.10.12.