zaqar/releasenotes/notes/user_ipv6_sockets-1e1b436de6b81ae3.yaml
Fei Long Wang e9dbb19a3a Add release notes
Change-Id: Iecb4c53add040e564f9cf7e1ccb7b44755b3355d
2016-06-10 11:59:43 +12:00

8 lines
326 B
YAML

---
fixes:
- In IPv6 management network environment, starting Zaqar server will
run into 'Address family for hostname not support' error when use WSGI
simple server. The root cause is that Python's TCPServer implementation
is hard-coded to use IPv4, even in IPv6 environments. Now this issue has
been fixed.