diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/opnfv-fuel/0018-deploy-reap.py-Dump-extra-interfaces-information.patch | 4 |
1 files changed, 1 insertions, 3 deletions
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. |