summaryrefslogtreecommitdiffstats
path: root/ci/PR_revision.log
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-09-21 10:14:15 -0400
committerTim Rozet <trozet@redhat.com>2016-09-21 14:17:55 +0000
commit359794a9002c8912757a703997e7d29682e2fa2e (patch)
tree4e7440f6cc8e8554b04c5f5d2d3e6a2b8c91eafb /ci/PR_revision.log
parent338d4ecdc85877e09403ff5030ca655db73ca81c (diff)
Fixes neutron sdnvpn config resource
Duplicate neutron::config class declarations during SDNVPN scenario were causing deployments to fail. Modified it to be a neutron_config provider instead. opnfv-tht-pr: 82 JIRA: APEX-278 Change-Id: I44868ee95d1fc4c976d7a606e94bf087459ff2f8 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'ci/PR_revision.log')
-rw-r--r--ci/PR_revision.log1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/PR_revision.log b/ci/PR_revision.log
index f8b11a71..f7b832e6 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -41,3 +41,4 @@
79,Fix controller and compute ip array
80,Change TenantNIC and PublicNIC to be role specific
81,Fix duplicate NeutronServicePlugins
+82,Fixes neutron sdnvpn config resource