instack-prepare-for-overcloud fails with `Error finding address ... Connection refused'
Hi,
I have been following the document https://repos.fedorapeople.org/repos/... to install OpenStack, instack-prepare-for-overcloud fails with the following error:
> + tripleo load-image -d ./overcloud-full.qcow2 Error finding
> address for
> http://192.0.2.1:9292/v1/images/detail?sort_key=name&sort_dir=asc&limit=20:
> HTTPConnectionPool(host='192.0.2.1',
> port=9292): Max retries exceeded with
> url:
> /v1/images/detail?sort_key=name&sort_dir=asc&limit=20
> (Caused by <class 'socket.error'>:
> [Errno 111] Connection refused) Error
> finding address for
> http://192.0.2.1:9292/v1/images/detail?sort_key=name&sort_dir=asc&limit=20:
> HTTPConnectionPool(host='192.0.2.1',
> port=9292): Max retries exceeded with
> url:
> /v1/images/detail?sort_key=name&sort_dir=asc&limit=20
> (Caused by <class 'socket.error'>:
> [Errno 111] Connection refused) Error
> finding address for
> http://192.0.2.1:9292/v1/images/detail?sort_key=name&sort_dir=asc&limit=20:
> HTTPConnectionPool(host='192.0.2.1',
> port=9292): Max retries exceeded with
> url:
> /v1/images/detail?sort_key=name&sort_dir=asc&limit=20
> (Caused by <class 'socket.error'>:
> [Errno 111] Connection refused) Error
> finding address for
> http://192.0.2.1:9292/v1/images:
> [Errno 111] Connection refused Error
> finding address for
> http://192.0.2.1:9292/v1/images:
> [Errno 111] Connection refused Error
> finding address for
> http://192.0.2.1:9292/v1/images:
> [Errno 111] Connection refused
> + glance image-delete bm-deploy-kernel
> + :
> + glance image-create --name bm-deploy-kernel --is-public true
> --disk-format aki Error finding address for
> http://192.0.2.1:9292/v1/images:
> [Errno 111] Connection refused
All the previous steps have succeeded. I've disabled SELinux.
How do I start the http daemon? Please let me know if I'm missing something.
-sac