summaryrefslogtreecommitdiffstats
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 20:27:59 -0400
commit766fed530d3b4e0a761aa66d5b076f8fe3f3956f (patch)
tree7061aaccfb36a7f788c134b132166b02bf5f9713
parentc65e51f972578231104f0d271ef278ed5be1d84c (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>
-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