From a2fa1077f6c6eb4c3b715f129f80505ce5f16fa3 Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 31 Oct 2018 13:11:51 +0100 Subject: [PATCH] remove external_network_bridge option The external_network_bridge option is deprecated/legacy and being removed from neutron [1]. This patch removes the neutron_external_network_bridge neutron option. [1] https://review.openstack.org/#/c/567369/ Change-Id: Ibc6bfef0986a54d5e7b9502d1aaa0b2a08077995 --- defaults/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 50781ace..6a567c66 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -127,10 +127,6 @@ neutron_agent_down_time: 120 neutron_agent_polling_interval: 5 neutron_report_interval: "{{ neutron_agent_down_time | int / 2 | int }}" -# TODO(evrardjp): Remove this when vpnaas does not use it anymore. -# This was deprecated in Pike cycle. -neutron_external_network_bridge: "" - neutron_dns_domain: "openstacklocal." # If ``neutron_num_sync_threads`` is unset, the system will use the value of