Hi,
Im running devstack, and it looks like the 'nova x509-create-cert' and 'nova x509-get-root-cert' commands are taking a really long time to complete (minutes). I even get timeouts: ERROR: HTTPConnectionPool(host='192.168.126.142', port=8774): Read timed out. (read timeout=600.0) Telnetting to port 8774 and doing a 'GET /' seems to work: $ telnet 192.168.126.142 8774 Trying 192.168.126.142... Connected to 192.168.126.142. Escape character is '^]'. GET / HTTP/1.1 200 OK Content-Type: application/json Content-Length: 305 Date: Sun, 24 Nov 2013 16:31:22 GMT Connection: close {"versions": [{"status": "CURRENT", "updated": "2011-01-21T11:33:21Z", "id": "v2.0", "links": [{"href": "http://192.168.126.142:8774/v2/", "rel": "self"}]}, {"status": "EXPERIMENTAL", "updated": "2013-07-23T11:33:21Z", "id": "v3.0", "links": [{"href": "http://192.168.126.142:8774/v3/", "rel": "self"}]}]}Connection closed by foreign host. It didnt take this long before. Any ideas what might be going on, or where to start looking to troubleshoot this ? Regards, John Smith. _______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack