Merge "Don't determine local IPv6 support if force_ip4=True"
This commit is contained in:
commit
d1d45808e6
@ -297,7 +297,8 @@ class OpenStackCloud(
|
||||
self._legacy_clients = {}
|
||||
self._raw_clients = {}
|
||||
|
||||
self._local_ipv6 = _utils.localhost_supports_ipv6()
|
||||
self._local_ipv6 = (
|
||||
_utils.localhost_supports_ipv6() if not self.force_ipv4 else False)
|
||||
|
||||
self.cloud_config = cloud_config
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user