summaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-05-13 17:51:20 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-05-13 18:22:00 +0200
commit2131e2aa5fedf4ebeecf1e719054061e950b4e92 (patch)
treedccb885ffb037179529efdd81400772f9e4ba06c /patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch
parent5c92145b9d42e78eac309e1782786051e87446b4 (diff)
Rebase: p/opnfv-fuel: Drop upstream patches.
While we're at it, fix minor context in remaining patch.
Diffstat (limited to 'patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch')
-rw-r--r--patches/opnfv-fuel/0023-deploy.py-add-multiple-bridges-support.patch3
1 files changed, 1 insertions, 2 deletions
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)