0

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.

1 Answers1

-1

Try to set:

no_proxy=10.16.37.215

this should help

Eric Carvalho
  • 54,385
kobaan
  • 16