Eroor in create image glance
Hi I try to add glance services to my openstack. after do all the steps that would there in 'OpenStack installation guide for ubuntu 14.04', i want to create glance images, so i run this command:
glance image-create --name "cirros-0.3.3-x86_64" --file /tmp/images/cirros-0.3.3-x86_64-disk.img --disk-format qcow2 --container-format bare --is-public True --progress
but after that this error has been appeared:
Error finding address for http://controller:9292/v1/images: [Errno 111] Connection refused
i search a lot in google but nothing exist to solve my problem. thanks a lot for your helpful suggestion.
Can you please check glance-api isrunning and port 9292 is opened. You can check this answer