From 2131e2aa5fedf4ebeecf1e719054061e950b4e92 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Fri, 13 May 2016 17:51:20 +0200 Subject: Rebase: p/opnfv-fuel: Drop upstream patches. While we're at it, fix minor context in remaining patch. --- patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch') diff --git a/patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch b/patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch index 376a7221..37a888b4 100644 --- a/patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch +++ b/patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch @@ -43,8 +43,7 @@ index ff4582a..041ba2f 100755 check_file_exists(args.dha_file) if not args.cleanup_only: -@@ -343,7 +346,8 @@ def parse_arguments(): - check_file_exists(args.iso_file) +@@ -343,6 +346,7 @@ def parse_arguments(): log('Using image directory: %s' % args.storage_dir) create_dir_if_not_exists(args.storage_dir) - check_bridge(args.pxe_bridge, args.dha_file) -- cgit 1.2.3-korg