Allow setting Neutron tunnel type in no mergepy
authorBen Nemec <bnemec@redhat.com>
Mon, 5 Jan 2015 23:32:57 +0000 (17:32 -0600)
committerBen Nemec <bnemec@redhat.com>
Mon, 5 Jan 2015 23:32:57 +0000 (17:32 -0600)
The Neutron tunnel type settings were missing from the Controller
section of the without-mergepy template, which made it impossible
to configure any tunnel other than gre.

Change-Id: Ia2579ed39a16d2b9826ce8406cb97fc116e3d595

overcloud-without-mergepy.yaml

index 803a501..d07d685 100644 (file)
@@ -509,6 +509,8 @@ resources:
           NeutronAgentMode: {get_param: NeutronAgentMode}
           NeutronMechanismDrivers: {get_param: NeutronMechanismDrivers}
           NeutronAllowL3AgentFailover: {get_param: NeutronAllowL3AgentFailover}
+          NeutronNetworkType: {get_param: NeutronNetworkType}
+          NeutronTunnelTypes: {get_param: NeutronTunnelTypes}
           NovaPassword: {get_param: NovaPassword}
           NtpServer: {get_param: NtpServer}
           PublicVirtualInterface: {get_param: PublicVirtualInterface}