Hello, when I use the OpenStack integration and try to use vnc via OpenStack, I got some problem on my noVNC like this belows.
Command line for enable vnc on OpenStack : /usr/bin/prism_vnc_proxy --bind_address=0.0.0.0 --bind_port=6080 --prism_hostname==My-IP] --prism_username==My-Username] --prism_password==My-Password] --docroot=/usr/share/nutanix_openstack/vnc/static &
_________________________________________________________________________
/var/log/prism_vnc_proxy.out
INFO:nutanix_openstack.vnc.wsgi_prism_websocket_proxy:Authenticating with Prism at My_Cluster_IP]
WARNING:py.warnings:/var/lib/kolla/venv/lib/python2.7/site-packages/urllib3/connectionpool.py:858: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning)
WARNING:py.warnings:/var/lib/kolla/venv/lib/python2.7/site-packages/urllib3/connectionpool.py:858: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
InsecureRequestWarning)
ERROR:nutanix_openstack.vnc.wsgi_prism_websocket_proxy:Authentication with Prism successful, but no JSESSIONID
Chrome debug
WebSocket connection to 'wss://sMy_Compute_IP]:6080/proxy/214f9044-65db-40f9-accc-e5e6c730d386?token=2af56a36-bdec-4fba-8f29-866baa578362' failed:
_________________________________________________________________________
Curl debug
curl -k -v https://pMy_Cluster_IP]:9440/PrismGateway/j_spring_security_check?j_username=nMy_Username]&j_password=wMy_Password]
_________________________________________________________________________
What I miss something? Could you please give me any suggestions how to solve the problem? sorry for my bad English
My Environment
OpenStack Version : Queens.1 e3.14.3] - nutanix_openstack-queens-1.noarch.rpm
AOS version : 5.15.4 LTS Reference Documentation : https://portal.nutanix.com/page/documents/details?targetId=OpenStack-Integration-Solution-Guide-Driver-Mode-Queens:ope-openstack-configure-nova-service-multiple-cluster-t.html
Automation tools : kolla-ansible