Hyperv RDP console with Openstack Fallsback to Login Page
Hi, i have a trouble in getting rdp console work. My console always falls back to Login Page of Webconnect.
It seems like controller requests for VNC console and not for RDP console seeing my nova_api.log link
I have FreeRdp-html5-proxy-Webconnect in Hyperv node itself.
The nova-consoleauth log in controller says:
2014-08-05 18:57:44.940 4465 AUDIT nova.consoleauth.manager [req-a4bec243-efb4-42a3-b0d7-bc4219738740 d82b253311974eb491c06d702b71ee08 a42c938d46c74b1ab7dded24b602b424] Received Token: ced736ee-b424-4be5-ab62-05f0c91e2793, {'instanceuuid': u'076171fb-4c41-481f-b396-f47abe3eb7a0', 'internalaccesspath': u'6531E6A0-5C58-4D22-9713-889E8B65584A', 'lastactivityat': 1407245264.939781, 'consoletype': u'rdp-html5', 'host': u'10.1.3.8', 'token': u'ced736ee-b424-4be5-ab62-05f0c91e2793', 'port': 2179}
Here,
instance_uuid: is vm-id in openstack dashboard
internalaccesspath: is vm-id in hyperv
host ip is hyperv host-ip (10.1.3.8).
This shows that hyperv host vm-id is somehow got by controller but no direct console.
I can connect to vm manually in 2179 port using webconnect login-pass which i gave in wsgate.ini
Error Logs :
nova-api_log for above consolelog is link
HypervEventViewerlog for the same consolelog is link
URLFromConsoletabofOpenstackDashboard :
http://10.1.3.8:8000/?token=ced736ee-...
CONFIGURATION FILES :
My controller ml2_config.ini is link
My nova.conf in controller is link
My hyperv nova.conf is link
My hyperv wsgate.ini is link
Controller-ip: 10.20.0.4 (also 10.1.3.11)
Hypervhost&&FreerdpWebconnect ip: 10.1.3.8 (also 10.20.0.10)
Everything else works perfectly other than direct console access.
UPDATE : updated with complete logs, pls help.
Do anybody get anything that where i gone wrong.
Thanks.