Merge "Remove useless mongodb variables in ha manifest"
[apex-tripleo-heat-templates.git] / environments / network-environment.yaml
index 005310c..062c7be 100644 (file)
@@ -22,7 +22,7 @@ parameter_defaults:
   TenantNetCidr: 172.16.0.0/24
   ExternalNetCidr: 10.0.0.0/24
   # CIDR subnet mask length for provisioning network
-  ControlPlaneSubnetCidr: 24
+  ControlPlaneSubnetCidr: '24'
   # Customize the IP ranges on each network to use for static IPs and VIPs
   InternalApiAllocationPools: [{'start': '172.17.0.10', 'end': '172.17.0.200'}]
   StorageAllocationPools: [{'start': '172.18.0.10', 'end': '172.18.0.200'}]
@@ -47,4 +47,4 @@ parameter_defaults:
   # Set to empty string to enable multiple external networks or VLANs
   NeutronExternalNetworkBridge: "''"
   # Customize bonding options, e.g. "mode=4 lacp_rate=1 updelay=1000 miimon=100"
-  BondInterfaceOvsOptions: "mode=active-backup"
+  BondInterfaceOvsOptions: "bond_mode=active-backup"