keystones problems installing the proof of concept devstack script
Hi, I'm trying to get the proof of concept verstion to run to have a working environment to relate to when building my own installation. Unfortunately fail to find why I cant even get the dashboard to run. During the install I keep geting this error
ERROR: HTTPConnectionPool(host='192.168.122.74', port=8774): Read timed out. (read timeout=600.0) +-----------+----------------------------------+ | Property | Value | +-----------+----------------------------------+ | access | 58836a9840cc456e94dd6a37fa20da4a | | secret | 4367ea2699ff4bdc8aa90c835f4de77e | | tenant_id | 46dcaebcc29545d7a1e73263ad973d78 | | user_id | 3a295395cb564086a16816a8cdebd0e0 | +-----------+----------------------------------+
After showing it about 4 times the installer moves on and finishes stating it was successfull. I can login and use the dashboard but no hypervisors are available. So I restarted hoping that maybe some feature needs to load some kernel modules, reinitialize during a reboot or some deamons started in the wrong order. But now I cannot login at all - both dashboard and apache (horizon) error logs tell me that authentication failed, After starting keystones-all manually I get redirected to a django error page (too many connections). I can't tell if the hypervisor is now managed by the dashboard. Perhaps an autostart deamon was missed out for keystones? No matching service was created. I've tried it on centos6 and debian wheezy so far. Both inside a KVM guest with vmx flag exposed (kvm_intel and kvm kernel modules are loaded).
Bottom line is that the devstack install failed to correcly setup keystones, hook the hypervisor up or I'm doing something wrong. I've been googling the possible cause for the last few days but no success so far.
ConnectionError at /admin/ HTTPConnectionPool(host='192.168.122.74', port=8774): Max retries exceeded with url: /v2/cefbf60aadbe4cccae40025cb3fac203/os-simple-tenant-usage?start=2013-10-02T00:00:00&end=2013-10-02T23:59:59&detailed=1 (Caused by <class 'socket.error'="">: [Errno 111] Connection refused) Request Method: GET Request URL: http://192.168.122.74/admin/ Django Version: 1.5.4 Exception Type: ConnectionError Exception Value: HTTPConnectionPool(host='192.168.122.74', port=8774): Max retries exceeded with url: /v2/cefbf60aadbe4cccae40025cb3fac203/os-simple-tenant-usage?start=2013-10-02T00:00:00&end=2013-10-02T23:59:59&detailed=1 (Caused by <class 'socket.error'="">: [Errno 111] Connection refused) Exception Location: /usr/local/lib/python2.7/dist-packages/requests/adapters.py in send, line 354 Python Executable: /usr/bin/python Python Version: 2.7.3 Python Path: ['/opt/stack/horizon/openstack_dashboard/wsgi/../..', '/usr/local/lib/python2.7/dist-packages/pip-1.4.1-py2.7
both debian and centos used were clean installs (no additional services installed prior to this)
I tried: stack@OST-Deb-tst:/opt/devstack$ ./rejoin-stack.sh Couldn't find ./stack-screenrc file; have you run stack.sh yet? stack@OST-Deb-tst:/opt/devstack$ ln -s stackrc stack-screenrc stack@OST-Deb-tst:/opt/devstack$ ./rejoin-stack.sh Cannot open your terminal '/dev/pts/0' - please check. stack@OST-Deb-tst:/opt/devstack$ rm stack-screenrc stack@OST-Deb-tst:/opt/devstack$ ./rejoin-stack.sh Couldn't find ./stack-screenrc file; have you run stack.sh yet? I was hoping that perhaps the file was misnamed, no luck
Hi, Have you found the solution for this ? Am facing the same problem since last one week ERROR: HTTPConnectionPool(host='192.168.1.103', port=8774): Max retries exceeded with url: /v2/05dd777b6d494a54a01a0859de3b5cf6/servers/detail (Caused by <class 'socket.error'="">: [Errno 113] No route to host)
My env ubuntu 12.04 on laptop, trying openstack using devstack Can below 2 be the root cause ? 1. guru@guru-HP-G60-Notebook-PC:~$ egrep "(vmx|svm)" /proc/cpuinfo 2. guru@guru-HP-G60-Notebook-PC:~$ ifconfig br-ex Link encap:Ethernet HWaddr 62:5e:69:69:a3:4b inet addr:172.24.4.225 Bcast:0.0.0.0 Mask:255.255.255.240 inet6 addr: fe80::605e:69ff:fe69:a34b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:6 errors:0 dropped:0 overruns:0 frame:0 TX packets:70 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:468 (468.0 B) TX bytes:13468 (13.4 KB) eth0 Link encap:Ethernet HWaddr 00:1f:16:6c:b0:1f UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns ...(more)