Fixes DPDK compute node preconfig 97/19897/1
authorTim Rozet <trozet@redhat.com>
Tue, 30 Aug 2016 14:10:13 +0000 (10:10 -0400)
committerTim Rozet <trozet@redhat.com>
Tue, 30 Aug 2016 14:12:58 +0000 (14:12 +0000)
Bug where IP was being detected on DPDK interface, which is attached to
br-phy and has no IP.  IP parsing is only needed on FDIO deployments -
so moving that part into the fdio clause.

JIRA: APEX-119

opnfv-tht-pr: 72

Change-Id: I7540a97de399271eebae907f868a7ed044f3aefe
Signed-off-by: Tim Rozet <trozet@redhat.com>
ci/PR_revision.log

index 5daf040..d5b5740 100644 (file)
@@ -33,3 +33,4 @@
 67,Fix honeycomb on computes
 68,Fix neutron host name
 69,Fix vpp mount
+72,Fix compute node preconfig DPDK