diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-20 09:42:45 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-20 13:51:06 +0000 |
commit | 2f055cf5e09c699ceff29a284dc414a1993cbc50 (patch) | |
tree | 9b713fce05709e318370237f770bd01da3b2177e /ci | |
parent | e6d610962e039ef212814eee564221d96f5d5f5a (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.log | 3 |
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 |