summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-09-20 09:42:45 -0400
committerTim Rozet <trozet@redhat.com>2016-09-20 09:42:45 -0400
commit6562f4c130c4761c8659b56b4be68ee4ff598ea8 (patch)
tree344e4d2b5e84c2b0e7f1e776f97a6376caf7ab22 /ci
parent7fdabfb5a46a55d4d6007f855ce7ef89926a1051 (diff)
Fixes duplicate Neutron Service Plugins in env files
ODL L3 and SDNVPN had duplicate NeutronServicePlugins entries that were overriding features to just be 'router'. This removes the duplicates. Also, QOS needed to be removed for SDNVPN plugins, because QOS has a bug with ML2 driver for stable/mitaka. opnfv-tht-pr: 81 JIRA: APEX-219 Change-Id: Ieb132c85a1d3c81012142db0519f19299274d032 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/PR_revision.log3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log
index ad51846a..f8b11a71 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -39,4 +39,5 @@
77,Update FDIO to use opendaylight_v2 mechanism driver
78,Fix spelling mistake in specs filter
79,Fix controller and compute ip array
-80,Change TenantNIC and PublicNIC to be role specific \ No newline at end of file
+80,Change TenantNIC and PublicNIC to be role specific
+81,Fix duplicate NeutronServicePlugins