Hi Infra. After successful deployment (Xci-aio) and creation of VMs on the OpenStack I get a 503 Service Unavailable error when navigating to the console of a VM from the OpenStack dashboard.
Is anyone else having this issue? Here are the manual CLI steps (After creating VMs) to reproduce the error: (The same 503 error below shows in the browser also.) # DEBUG SPICE xci@cengn-vpod1:~$ ssh [email protected] root@opnfv:~# source openrc root@opnfv:~# nova help |grep spice get-spice-console Get a spice console to a server. root@opnfv:~# nova list +--------------------------------------+-----------+--------+------------+-------------+------------------------------+ | ID | Name | Status | Task State | Power State | Networks | +--------------------------------------+-----------+--------+------------+-------------+------------------------------+ | 8d3f253f-4c69-4e7c-beba-24a6eca007d6 | Test_VM-1 | ACTIVE | - | Running | net-internal_01=192.168.0.3 | | ec755883-a7d4-4220-bc4a-8066ee6b9d93 | Test_VM-2 | ACTIVE | - | Running | net-internal_01=192.168.0.10 | +--------------------------------------+-----------+--------+------------+-------------+------------------------------+ root@opnfv:~# nova get-spice-console Test_VM-1 spice-html5 +-------------+---------------------------------------------------------------------------------------+ | Type | Url | +-------------+---------------------------------------------------------------------------------------+ | spice-html5 | https://192.168.122.2:6082/spice_auto.html?token=17411030-74ae-44cb-bece-9da283c27139 | +-------------+---------------------------------------------------------------------------------------+ root@opnfv:~# root@opnfv:~# netstat -ntlp |grep 608 tcp 0 0 172.29.236.100:6082 0.0.0.0:* LISTEN 621/haproxy tcp 0 0 192.168.122.2:6082 0.0.0.0:* LISTEN 621/haproxy root@opnfv:~# root@opnfv:~# wget --no-check-certificate https://192.168.122.2:6082/spice_auto.html?token=17411030-74ae-44cb-bece-9da283c27139 |cat --2017-07-25 12:08:06-- https://192.168.122.2:6082/spice_auto.html?token=17411030-74ae-44cb-bece-9da283c27139 Connecting to 192.168.122.2:6082... connected. WARNING: cannot verify 192.168.122.2's certificate, issued by 'subjectAltName=IP.1=192.168.122.2,CN=192.168.122.2,O=IT,L=San Antonio,ST=Texas,C=US': Self-signed certificate encountered. HTTP request sent, awaiting response... 503 Service Unavailable 2017-07-25 12:08:06 ERROR 503: Service Unavailable. root@opnfv:~# Best Regards, Dave Dave Urschatz Senior Technical Lead <http://cengn.ca/> 555 Legget Drive| Tower A | Suite 600| Ottawa ON | K2K 2X3 | 613-963-1201 _______________________________________________ opnfv-tech-discuss mailing list [email protected] https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
