e9dbb19a3a
Change-Id: Iecb4c53add040e564f9cf7e1ccb7b44755b3355d
8 lines
326 B
YAML
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.
|