]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Enhance wsgi to listen on ipv6 address
authorDavanum Srinivas <dims@linux.vnet.ibm.com>
Thu, 10 Jan 2013 16:26:25 +0000 (11:26 -0500)
committerDavanum Srinivas <dims@linux.vnet.ibm.com>
Tue, 22 Jan 2013 04:07:20 +0000 (23:07 -0500)
commit20314e0ba06588d3ac7855d1b4ae7f3c75cab1a1
tree299d0472bd2ef7d04adb829752234cf846c2012e
parent61a4bd71248d9c1b16304d800fc1e869c0be8aa8
Enhance wsgi to listen on ipv6 address

Check if the hostname is ipv6 and set the family appropriately.
Picked up the code snippet from glance to determine the address_family
per markmclain's comment
Picked up some code from nova as well to get the test case running
properly

Fixes LP# 1101341

Change-Id: I67166dc030e4ea0dd82888abfbc9db555747de27
quantum/tests/unit/test_wsgi.py [new file with mode: 0644]
quantum/wsgi.py