diff options
-rw-r--r-- | undercloud-vm.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 0da1dabb..8c948caf 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -40,6 +40,10 @@ Parameters: Description: The password for the neutron service account, used by neutron agents. Type: String NoEcho: true + NeutronNativePXE: + Default: '' + Type: String + Description: Set truthy to enable Neutron native PXE. NovaPassword: Default: unset Description: The password for the nova service account, used by nova-api. @@ -160,6 +164,8 @@ Resources: Ref: NovaPassword neutron: host: 127.0.0.1 + native_pxe: + Ref: NeutronNativePXE ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8 ovs: dnsmasq_range: [192.0.2.25, 192.0.2.44] |