diff --git a/tasks/providers/ovs_l3_config.yml b/tasks/providers/ovs_config.yml similarity index 96% rename from tasks/providers/ovs_l3_config.yml rename to tasks/providers/ovs_config.yml index ee46947e..468088c1 100644 --- a/tasks/providers/ovs_l3_config.yml +++ b/tasks/providers/ovs_config.yml @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# This file is responsible for the L3 configuration - name: Setup External Network Provider Bridge openvswitch_bridge: bridge: "{{ neutron_provider_networks.network_mappings.split(':')[1] }}"