From 930163894204ab0b64e8830a4e91645c8e3acc9e Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Tue, 4 Feb 2014 13:07:03 +1300 Subject: Support neutron.flat-networks in overclouds. This is needed to allow configuring the template in I9fa923b63033edb694720bfe5fc756a7c0fbfd2a. Change-Id: I65810db156cb3d93291ac56fcf96e3ed2c87e1b2 --- overcloud-source.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'overcloud-source.yaml') diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 78ce4aa0..a102e174 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -81,6 +81,10 @@ Parameters: Default: stack Description: What username to ssh to the virtual power host with. Type: String + NeutronFlatNetworks: + Type: String + Default: '' + Description: If set, flat networks to configure in neutron plugins. NeutronPublicInterface: Default: eth0 Description: What interface to bridge onto br-ex for network nodes. @@ -162,6 +166,8 @@ Resources: NeutronDSN: {"Fn::Join": ['', ['mysql://neutron:unset@', {"Fn::Select": [ 0, {"Fn::Select": [ "ctlplane", {"Fn::GetAtt": [notCompute0, networks]} ]} ]}, '/neutron']]} NeutronNetworkType: "gre" NeutronEnableTunnelling: "True" + NeutronFlatNetworks: + Ref: NeutronFlatNetworks NeutronNetworkVLANRanges: "" NeutronBridgeMappings: Ref: NeutronBridgeMappings @@ -280,6 +286,7 @@ Resources: - notCompute0 - networks neutron: + flat-networks: {Ref: NeutronFlatNetworks} host: Fn::Select: - 0 -- cgit 1.2.3-korg