summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-10-07 15:20:54 -0400
committerFeng Pan <fpan@redhat.com>2016-10-08 19:56:48 -0400
commitb1b909a9c5e07956c9da379bc121a582a3fdea35 (patch)
tree5b20df243336d0bedbe59e67baac9541ef3d0675 /ci
parent3c5f0829f2e31b2d11501519b3170baad4ab38ca (diff)
Fix tenant_nic loopup error for nosdn fdio scenario
Currently we assume tenant_nic is a virtual interface name (like nic1), so we perform an extra hiera lookup, this is not needed if the user specifies physical nic name in network_settings file. This patch defaults the hiera lookup of the nic interface lookup to be what the user specifies if a hiera value can't be found. JIRA: APEX-293 opnfv-tht-pr: 88 Change-Id: I5f6d3addbaf20c4dfec532b1292ddb9424552a1f Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'ci')
-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 03d6ed11..16cf08f8 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -44,3 +44,4 @@
82,Fixes neutron sdnvpn config resource
86,Moves sdnvpn config to env file
87,Pass vlan flag to fdio module when vlan is used for tenant network
+88,Default tenant_nic to its physical name