From a4e42550c023bd746143ba323de2bcc61e758bbb Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Sun, 15 Oct 2017 16:23:49 +0200 Subject: u/fuel: Bump & rebase for common reclass rework Change-Id: Id7d125b746e97d6e186a7890a4c2f599e24a186c Signed-off-by: Alexandru Avadanii (cherry picked from commit 783585e0379cffbfe0fe242a4daab9f5c4ab1547) --- .../0012-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patches/opnfv-fuel/0012-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch') diff --git a/patches/opnfv-fuel/0012-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch b/patches/opnfv-fuel/0012-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch index 6164d23d..4662d0fd 100644 --- a/patches/opnfv-fuel/0012-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch +++ b/patches/opnfv-fuel/0012-lib.sh-rm-Ubuntu-boot-entry-on-EFI-systems.patch @@ -31,10 +31,10 @@ Signed-off-by: Alexandru Avadanii 1 file changed, 10 insertions(+) diff --git a/mcp/scripts/lib.sh b/mcp/scripts/lib.sh -index 3a6deec..c355141 100644 +index 7449a21..4657195 100644 --- a/mcp/scripts/lib.sh +++ b/mcp/scripts/lib.sh -@@ -28,6 +28,15 @@ function get_base_image { +@@ -35,6 +35,15 @@ function get_base_image { wget -P "${image_dir}" -N "${base_image}" } @@ -50,7 +50,7 @@ index 3a6deec..c355141 100644 function cleanup_vms { # clean up existing nodes for node in $(virsh list --name | grep -P '\w{3}\d{2}'); do -@@ -45,6 +54,7 @@ function prepare_vms { +@@ -52,6 +61,7 @@ function prepare_vms { local base_image=$2 local image_dir=$3 -- cgit 1.2.3-korg