Skip to content

Commit

Permalink
[neutron-k8s] Do not use .local for default dns domain
Browse files Browse the repository at this point in the history
.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 <[email protected]>
  • Loading branch information
gboutry committed Oct 3, 2024
1 parent a72d0c5 commit 1d7b0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charms/neutron-k8s/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d7b0d2

Please sign in to comment.