** Also affects: neutron/icehouse
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1356665

Title:
  WSGI unittest fails if HTTP_PROXY if set

Status in OpenStack Neutron (virtual network service):
  Fix Released
Status in neutron icehouse series:
  Fix Committed

Bug description:
  urllib2.urlopen uses $http_proxy/$HTTP_PROXY environment variables by
  default.  If set (and pointing to a remote host), then the WSGI tests
  that spin up a local server and connect to it using
  http://127.0.0.1:$port/ instead connect to $port *on the proxy*,
  and (hopefully) fail.

  We shouldn't follow HTTP_PROXY when trying to connect to test servers.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1356665/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to