X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=undercloud-vm.yaml;h=8c948caf3a7a6857c0edc724672c05f0c0f659b9;hb=69f1dcc7cb1f881b9df0d0c5ac0c34627bc1d775;hp=0da1dabba6e612d1ff0b1dfa539433bef2b4d73e;hpb=3167fb44f01fa15b9cd482d089fca3f41bb607f9;p=apex-tripleo-heat-templates.git 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]