]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Enhance wsgi to listen on ipv6 address
authorDavanum Srinivas <dims@linux.vnet.ibm.com>
Thu, 10 Jan 2013 16:26:03 +0000 (11:26 -0500)
committerDavanum Srinivas <dims@linux.vnet.ibm.com>
Mon, 14 Jan 2013 20:55:16 +0000 (15:55 -0500)
commitb8fca650b41e894d057a10970c6eec412716ff57
tree16de64db64c0c23ac87357a05da17c0a17e50a85
parent5f41390dde7305e8374fe9bd193c396e6ea04350
Enhance wsgi to listen on ipv6 address

Check if the hostname is ipv6 and set the family appropriately.
Picking up the snippet from glance.
Picked up some code from nova as well to get the test case running
properly

Change-Id: Ic79fcda2371f0907d75a142ea18b26b3e8d92e51
cinder/tests/test_wsgi.py
cinder/wsgi.py