Comment 11 for bug 1812935

Revision history for this message
Herve Beraud (herveberaud) wrote :

Trying to revert this patch (https://review.openstack.org/#/c/632097/):
$ openstack -q --os-interface internal compute service list -c Host -c Zone -f value

Now the previous command become:
$ openstack -q compute service list -c Host -c Zone -f value

And the previous described error still to occur... (service registration error):
python3 /docker-config-scripts/nova_cell_v2_discover_host.py
Could not find versioned identity endpoints when attempting to authenticate. Please check that your auth_url is correct. Unable to establish connection to http://192.168.24.2:5000: HTTPConnectionPool(host='192.168.24.2', port=5000): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f34df66dac8>: Failed to establish a new connection: [Errno 111] Connection refused',))

Also when I try to play these commands directly from the CLI they returns "Cloud standalone was not found."