From f76abf92d661f9a4e70a85046f66f6a29c40fade Mon Sep 17 00:00:00 2001 From: Roman Dobosz Date: Tue, 17 Nov 2020 14:28:24 +0100 Subject: [PATCH] Enable neutron-tag-ports-during-bulk-creation extension. Enable neutron extension for bulk creating port with tags. Change-Id: I31e5062e1037980f73def7d8f861b9c7e59da803 --- devstack/local.conf.openshift.sample | 1 + devstack/local.conf.ovn.sample | 1 + devstack/local.conf.sample | 1 + 3 files changed, 3 insertions(+) diff --git a/devstack/local.conf.openshift.sample b/devstack/local.conf.openshift.sample index e3f3b31a7..146f10124 100644 --- a/devstack/local.conf.openshift.sample +++ b/devstack/local.conf.openshift.sample @@ -34,6 +34,7 @@ enable_service q-l3 enable_service q-api enable_service q-meta enable_service q-svc +enable_service neutron-tag-ports-during-bulk-creation # OCTAVIA # Uncomment it to use L2 communication between loadbalancer and member pods diff --git a/devstack/local.conf.ovn.sample b/devstack/local.conf.ovn.sample index 17f95e876..a34406cb1 100644 --- a/devstack/local.conf.ovn.sample +++ b/devstack/local.conf.ovn.sample @@ -35,6 +35,7 @@ Q_ML2_TENANT_NETWORK_TYPE=geneve enable_service ovn-northd enable_service ovn-controller enable_service q-ovn-metadata-agent +enable_service neutron-tag-ports-during-bulk-creation # Neutron services enable_plugin neutron https://opendev.org/openstack/neutron diff --git a/devstack/local.conf.sample b/devstack/local.conf.sample index 545c902af..eeb189284 100644 --- a/devstack/local.conf.sample +++ b/devstack/local.conf.sample @@ -34,6 +34,7 @@ enable_service q-l3 enable_service q-api enable_service q-meta enable_service q-svc +enable_service neutron-tag-ports-during-bulk-creation # VAR RUN PATH # =============