Wire Neutron allow_automatic_l3agent_failover param to module
authorGiulio Fidente <gfidente@redhat.com>
Tue, 2 Jun 2015 02:51:08 +0000 (04:51 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Tue, 2 Jun 2015 02:52:49 +0000 (04:52 +0200)
Change-Id: Ibd1581ebb87ed02f3840000e90025a2a371019aa

puppet/controller-puppet.yaml

index 47c1c01..c874108 100644 (file)
@@ -244,7 +244,7 @@ parameters:
     default: 'dvr_snat'
     description: Agent mode for the neutron-l3-agent on the controller hosts
     type: string
-  NeutronL3HA: #FIXME this isn't wired in
+  NeutronL3HA:
     default: 'False'
     description: Whether to enable l3-agent HA
     type: string
@@ -863,7 +863,7 @@ resources:
                 neutron_agent_mode: {get_input: neutron_agent_mode}
                 neutron_router_distributed: {get_input: neutron_router_distributed}
                 neutron_mechanism_drivers: {get_input: neutron_mechanism_drivers}
-                neutron_allow_l3agent_failover: {get_input: neutron_allow_l3agent_failover}
+                neutron::server::allow_automatic_l3agent_failover: {get_input: neutron_allow_l3agent_failover}
                 neutron::server::l3_ha: {get_input: neutron_l3_ha}
                 neutron::plugins::ml2::network_vlan_ranges: {get_input: neutron_network_vlan_ranges}
                 neutron_bridge_mappings: {get_input: neutron_bridge_mappings}