[neutron-k8s] Do not use .local for default dns domain
.local is a common dns in AD-centric environment (and others), using it can create unforeseen issues. Switch to a less common default. Closes-Bug: #2078760 Change-Id: Ia8dfb6cc244facd02a76ca21fdd08e9bb687140c Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
This commit is contained in:
parent
a72d0c5a10
commit
1d7b0d2e28
@ -4,7 +4,7 @@ options:
|
||||
description: Enable debug logging.
|
||||
type: boolean
|
||||
dns-domain:
|
||||
default: cloud.sunbeam.local.
|
||||
default: cloud.sunbeam.internal.
|
||||
description: |
|
||||
Specifies the dns domain name that should be used for building instance
|
||||
hostnames. The value of 'openstacklocal' will cause
|
||||
|
Loading…
x
Reference in New Issue
Block a user