diff options
author | Ihar Hrachyshka <ihrachys@redhat.com> | 2016-12-06 22:02:18 +0000 |
---|---|---|
committer | Ihar Hrachyshka <ihrachys@redhat.com> | 2016-12-06 22:03:18 +0000 |
commit | d4db12b988186594d0c67e39e1ddab80eed9dde8 (patch) | |
tree | e6a0a97cc8c3150a5cdf82d1ffa8fb09b17588c6 | |
parent | 94a42fb5b7d59d6383e4d9186216195aa742a836 (diff) |
neutron: don't set router_delete_namespaces
It's no longer available in Neutron (removed in Mitaka). See:
I2a879213c3b095a007a4531f430a33cea9fdf1bd
Change-Id: I044c648eb8c4933667b8ea2c9159a30e5ebb7df3
-rw-r--r-- | puppet/services/neutron-l3.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/puppet/services/neutron-l3.yaml b/puppet/services/neutron-l3.yaml index a2157555..dfa8c062 100644 --- a/puppet/services/neutron-l3.yaml +++ b/puppet/services/neutron-l3.yaml @@ -68,8 +68,7 @@ outputs: config_settings: map_merge: - get_attr: [NeutronBase, role_data, config_settings] - - neutron::agents::l3::router_delete_namespaces: True - neutron::agents::l3::agent_mode: {get_param: NeutronL3AgentMode} + - neutron::agents::l3::agent_mode: {get_param: NeutronL3AgentMode} tripleo.neutron_l3.firewall_rules: '106 neutron_l3 vrrp': proto: vrrp |