summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2016-08-30 10:10:13 -0400
committerTim Rozet <trozet@redhat.com>2016-08-30 14:12:58 +0000
commit2eaa43854eb4abfcae8566c37cfb63f187f6696f (patch)
treedda31b1aee15f18c1db79fe042df7503804acdde
parentd19ba9cf733f224df81c508f2d8ca13f3086e0a5 (diff)
Fixes DPDK compute node preconfig
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>
-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 5daf040b..d5b5740d 100644
--- a/ci/PR_revision.log
+++ b/ci/PR_revision.log
@@ -33,3 +33,4 @@
67,Fix honeycomb on computes
68,Fix neutron host name
69,Fix vpp mount
+72,Fix compute node preconfig DPDK