From 2af3b78c47dc6e6a50d139be2742168dd83036a4 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 8 Jun 2016 17:41:20 +0200 Subject: Rebase: p/f/deploy-reap-extra-eth: context update. Update patch `deploy/reap.py: Dump extra interfaces information.` after upstream change was merged [1]. [1] https://gerrit.opnfv.org/gerrit/#/c/15275/ Change-Id: I9fd74775030732cc0759610228fa80a0cec72352 Signed-off-by: Alexandru Avadanii --- .../0018-deploy-reap.py-Dump-extra-interfaces-information.patch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'patches') diff --git a/patches/opnfv-fuel/0018-deploy-reap.py-Dump-extra-interfaces-information.patch b/patches/opnfv-fuel/0018-deploy-reap.py-Dump-extra-interfaces-information.patch index 8a9fe759..c1d7b6f0 100644 --- a/patches/opnfv-fuel/0018-deploy-reap.py-Dump-extra-interfaces-information.patch +++ b/patches/opnfv-fuel/0018-deploy-reap.py-Dump-extra-interfaces-information.patch @@ -49,9 +49,7 @@ index 1262d4c..1f1b8ad 100644 from common import ( N, -@@ -246,6 +248,38 @@ class Reap(object): - if key not in ['ipaddress', 'netmask', - 'dhcp_pool_start', 'dhcp_pool_end']: +@@ -246,4 +248,36 @@ class Reap(object): del fuel['ADMIN_NETWORK'][key] + + ## FIXME(armband): Factor in support for adding public/other interfaces. -- cgit 1.2.3-korg