First time here? Check out the FAQ!
2016-09-05 02:11:32 -0500 | received badge | ● Nice Answer (source) |
2015-10-23 17:57:38 -0500 | received badge | ● Student (source) |
2014-12-04 14:16:15 -0500 | received badge | ● Nice Answer (source) |
2014-10-15 00:06:56 -0500 | received badge | ● Teacher (source) |
2014-10-15 00:06:56 -0500 | received badge | ● Self-Learner (source) |
2014-10-09 13:34:51 -0500 | answered a question | nova list ERROR: HTTPConnectionPool(host='controller', port=8774): Max retries exceeded with url: /v2/c677d3d3c35644579fa8da9b4342e19d/servers/detail (Caused by <class 'socket.error'>: [Errno 111] Connection refused) Had the same problem, found that in /var/log/nova/nova-api.log the error message: Stderr: 'Traceback (most recent call last):\n File "/usr/bin/nova-rootwrap", line 6, in <module>\n from oslo.rootwrap.cmd import main\nImportError: No module named rootwrap.cmd\n' Solution: Reinstalled oslo with the command: pip install --upgrade oslo.rootwrap |
2014-10-09 13:14:40 -0500 | received badge | ● Editor (source) |
2014-10-08 10:24:10 -0500 | received badge | ● Enthusiast |
2014-10-06 16:29:33 -0500 | answered a question | Running the command glance image-list I get the error: finding address for http://controller:9292/v1/images/detail Problem resolved by changing the permission on a glance library file. Re-installed the database and keystone being careful to follow the documentation when run commands as root and when to run commands as a regular user. Do not do the database commands as root because this will cause permission problems later now that are difficult to resolve. Thank you to those who tired to help - hope this post helps someone else. |
2014-10-01 09:36:11 -0500 | commented question | Running the command glance image-list I get the error: finding address for http://controller:9292/v1/images/detail Here is my hosts file: Controller name found but not the port 9292 cat /etc/hosts#127.0.0.1 localhost
#127.0.1.1 raid03
128.6.57.128 xxid03.xxx.xxx.xxx OpenStack ConfigurationOpenStack10.0.0.11 controller OpenStack10.0.0.31 compute1 |
2014-10-01 03:09:14 -0500 | received badge | ● Famous Question (source) |
2014-09-30 23:40:31 -0500 | received badge | ● Notable Question (source) |
2014-09-30 18:21:50 -0500 | received badge | ● Popular Question (source) |
2014-09-30 16:30:21 -0500 | commented question | Running the command glance image-list I get the error: finding address for http://controller:9292/v1/images/detail Command I was trying to run was: glance image-list Just to show the name "controller" can be found: # netstat | grep controller tcp 0 0 controller:mysql controller:35830 ESTABLISHED tcp 0 0 controller:35830 controller:mysql |
2014-09-30 16:25:03 -0500 | commented question | Running the command glance image-list I get the error: finding address for http://controller:9292/v1/images/detail The command worked a few days ago - not sure what changed but here are more details: glance image-listError finding address for http://controller:9292/v1/images/detail?sort_key=name&sort_dir=asc&limit=20 (http://controller:9292/v1/images/deta...) : HTTPConnectionPool(host='controller', port=9292): Max retries exceeded with url: /v1/ |
2014-09-30 14:16:35 -0500 | asked a question | Running the command glance image-list I get the error: finding address for http://controller:9292/v1/images/detail In doing an initial install of OpenStack, with Ubuntu 14.07 and get the error described. Thank you for your help ! |