Drop NeutronNativePXE option from undercloud tmpls
authorDan Prince <dprince@redhat.com>
Tue, 5 Nov 2013 04:38:56 +0000 (12:38 +0800)
committerDan Prince <dprince@redhat.com>
Wed, 6 Nov 2013 04:31:19 +0000 (12:31 +0800)
Depends on https://review.openstack.org/55338

We now just want to default to using Neutron native PXE.

Change-Id: Idec46638b88d7c050e721588e5dbddf233d02493

undercloud-bm.yaml
undercloud-vm.yaml

index 3006cd0..7ec33d9 100644 (file)
@@ -41,10 +41,6 @@ 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.
   NeutronPublicInterface:
     Default: eth2
     Description: What interface to bridge onto br-ex for network nodes.
@@ -163,8 +159,6 @@ 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]
index ebe09b1..41fb666 100644 (file)
@@ -41,10 +41,6 @@ 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.
   NeutronPublicInterface:
     Default: eth0
     Description: What interface to bridge onto br-ex for network nodes.
@@ -174,8 +170,6 @@ 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]