Hello all and thanks in advance for answering my question.
I have a question regarding the VMware Integrated OpenStack and the Instance console access.
We have a separation between control plane and api network configuration. The control plane network is not accessible form company network (only from data center network)
The console access (mks) is working fine from the a network with the access to the VIO internal (admin) control plane management data center network e.g.: https://192.168.x.y:6090/vnc_auto.html?token=f5d8eeb4... but not from the company (public API) network.
It there a way to get instance console access from company “Public” Network via a proxy in "Public" network?
from nova.conf
[mks]
enabled = true
mksproxy_base_url = https://192.168.x.y:6090/vnc_auto.html
mksproxy_host = 0.0.0.0
mksproxy_port = 6190
[vnc]
enabled = false
novncproxy_host = 0.0.0.0
vncserver_listen = 0.0.0.0
[spice]
enabled = false
html5proxy_host = 0.0.0.0
server_listen = 0.0.0.0