diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-09-26 18:31:44 +1200 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-09-26 18:31:44 +1200 |
commit | 43a95362d4b182ab78302d985cc5c0f115139909 (patch) | |
tree | 4bb8b11023d916caa9fb5bab4535d78782eeba48 /undercloud-vm.yaml | |
parent | 0dbf2810a0ee78658c35e61dc447c5f968226cb9 (diff) |
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
Diffstat (limited to 'undercloud-vm.yaml')
-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 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] |