Fixes neutron sdnvpn config resource 03/22203/1
authorTim Rozet <trozet@redhat.com>
Wed, 21 Sep 2016 14:14:15 +0000 (10:14 -0400)
committerTim Rozet <trozet@redhat.com>
Wed, 21 Sep 2016 14:17:55 +0000 (14:17 +0000)
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>
ci/PR_revision.log

index f8b11a7..f7b832e 100644 (file)
@@ -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