HTTPConnectionPool(host='192.168.1.12', port=8774): Max retries exceeded with url: /v2/70a04e8259b04717bf1bdd4faaedbc0c/extensions (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
I've got the following error while trying to connect to the dashboard: HTTPConnectionPool(host='192.168.1.12', port=8774): Max retries exceeded with url: /v2/70a04e8259b04717bf1bdd4faaedbc0c/extensions (Caused by <class 'socket.error'="">: [Errno 111] Connection refused) could anybody explain it to me please?</class>
Can you check compute service is up ? Can you try telnet 192.168.1.12 8774. Does this work ?
no, it does not. knwing that I am using devstack.
Compute should be up right ? If not up, it will surely give the above problem. Please restart all your services and try again.
I got same error. I see that in all openstack based service include /etc/"service"/"service.conf". in which one line "connection = ..." In section [database]. if you forgot to update it to correct. you will get same error. so always first check it.