diff options
author | Robert Collins <rbtcollins@hp.com> | 2014-01-17 23:16:06 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2014-01-23 18:04:29 +1300 |
commit | 0e961035a036a00c73768aecb88b9ce7a1acc9a7 (patch) | |
tree | f684b1333b0cfcf9152692b5904a1149cd786683 | |
parent | e5d4ce3c5f1ff04e1d0910508fa3cf101893d3e6 (diff) |
Expose bridge_mappings in the overcloud.
Some overclouds will want physical networks to be accessible by VMs,
and this is a component of that.
Change-Id: I5f65c040526f785b4e976f87980d94588b3fb63c
-rw-r--r-- | overcloud-source.yaml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index ba05e280..1128b795 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -39,6 +39,10 @@ Parameters: Default: default Description: Name of an existing EC2 KeyPair to enable SSH access to the instances Type: String + NeutronBridgeMappings: + Description: The OVS logical->physical bridge mappings to use. + Type: String + Default: '' NeutronPassword: Default: unset Description: The password for the neutron service account, used by neutron agents. @@ -149,7 +153,8 @@ Resources: NeutronNetworkType: "gre" NeutronEnableTunnelling: "True" NeutronNetworkVLANRanges: "" - NeutronBridgeMappings: "" + NeutronBridgeMappings: + Ref: NeutronBridgeMappings RabbitPassword: "guest" NovaCompute0: Type: FileInclude @@ -284,6 +289,7 @@ Resources: - Fn::GetAtt: - notcompute - networks + bridge_mappings: {Ref: NeutronBridgeMappings} public_interface: Ref: NeutronPublicInterface public_interface_raw_device: |