Comment 2 for bug 1610064

Revision history for this message
Tim Burke (1-tim-z) wrote :

Couple notes:

* This would also impact the nameservers option for cname_lookup [1], but I don't really see it as a problem.
* We'll also need to tweak the startswith args in parse_socket_string [2].

[1] https://github.com/openstack/swift/blob/2.15.0/swift/common/middleware/cname_lookup.py#L100-L112
[2] https://github.com/openstack/swift/blob/2.15.0/swift/common/utils.py#L2199