I'm getting following error while installing devstack on Ubuntu 14.04:
ERROR: openstack Error finding address for http://10.16.37.215:9292/v1/images: [Errno 32] Broken pipe
where 10.16.37.215 is my static IP address.
I was following the thread Open Stack Installation On Ubuntu 14.04? to install devstack...
I'm guessing this problem is because I'm behind a proxy. But how to solve this problem? http_proxy/s is set everywhere in my system.
Try to set:
no_proxy=10.16.37.215
this should help
No comments:
Post a Comment