fbe0587157
Add dns-domain config option in neutron-k8s to allow building instances within an internal domain. Always enable extension dns_domain_ports. Remove config option from openstack-hypervisor, as it is not the right place. Change-Id: I876269ba1b575ad108dc8c9defcc32dcf6044ba3
31 lines
606 B
YAML
31 lines
606 B
YAML
options:
|
|
snap-channel:
|
|
default: "2024.1/edge"
|
|
type: string
|
|
debug:
|
|
default: False
|
|
type: boolean
|
|
resume-on-boot:
|
|
default: True
|
|
description: |
|
|
Whether to resume the guest VMs when the host boots.
|
|
type: boolean
|
|
dns-servers:
|
|
default: "8.8.8.8"
|
|
type: string
|
|
enable-gateway:
|
|
default: False
|
|
type: boolean
|
|
external-bridge:
|
|
default: "br-ex"
|
|
type: string
|
|
external-bridge-address:
|
|
default: "10.20.20.1/24"
|
|
type: string
|
|
physnet-name:
|
|
default: "physnet1"
|
|
type: string
|
|
use-migration-binding:
|
|
default: False
|
|
type: boolean
|