aboutsummaryrefslogtreecommitdiffstats
path: root/undercloud-vm.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2013-11-05 12:38:56 +0800
committerDan Prince <dprince@redhat.com>2013-11-06 12:31:19 +0800
commitfff47517c03d02b25fcac6ac40bb9c93db53fd9e (patch)
treead2de34194ff9019a09263cf0463c362873d951d /undercloud-vm.yaml
parent99b21423ee679c1d81402969c8c2b258f3b9080b (diff)
Drop NeutronNativePXE option from undercloud tmpls
Depends on https://review.openstack.org/55338 We now just want to default to using Neutron native PXE. Change-Id: Idec46638b88d7c050e721588e5dbddf233d02493
Diffstat (limited to 'undercloud-vm.yaml')
-rw-r--r--undercloud-vm.yaml6
1 files changed, 0 insertions, 6 deletions
diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml
index ebe09b16..41fb666a 100644
--- a/undercloud-vm.yaml
+++ b/undercloud-vm.yaml
@@ -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]