diff options
author | Tim Rozet <trozet@redhat.com> | 2016-09-21 10:14:15 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-09-21 10:14:15 -0400 |
commit | 5e8fb1e41e5d4d3809e5c22802b6ff661b0e44f9 (patch) | |
tree | 08bd1a0dd2b27d933ee4f0c8b883e091dccae7dc | |
parent | 8b6af178a5987f16325771691bde5956111cda01 (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>
-rw-r--r-- | ci/PR_revision.log | 1 |
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 |