1a63fa2fdf
Add action to apply snap setting specific to the local unit. Change-Id: I6ab63de753046c07934a6f923206ff5179599e39
26 lines
472 B
YAML
26 lines
472 B
YAML
options:
|
|
snap-channel:
|
|
default: "yoga/edge"
|
|
type: string
|
|
debug:
|
|
default: False
|
|
type: boolean
|
|
dns-domain:
|
|
default: "openstack.local"
|
|
type: string
|
|
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
|