From 43a95362d4b182ab78302d985cc5c0f115139909 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Thu, 26 Sep 2013 18:31:44 +1200 Subject: Make it possible to enable native neutron PXE. This is used to control the dhcp_options_enabled flag in nova.conf, needed to enable PXE orchestration (until Nova assumes all Neutron libraries and servers support it). Change-Id: I035a2341d829a9987eeeebdd9c22f039e69489db --- undercloud-vm.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 58c9dbe1..58b61696 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] -- cgit 1.2.3-korg