From 126ce2598684e14d933cf8b8666b895071d1fdd0 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Fri, 18 Aug 2017 13:55:40 +0400 Subject: [virtual] Apply ceilometer/aodh services * run ceilometer/aodh states * wrap common virtual cluster options * get the source image based on timestamps Change-Id: I88f1d63ed4a94eba4ec0a9cf33d36d51c75ae355 Signed-off-by: Michael Polenchuk --- mcp/scripts/lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mcp/scripts/lib.sh') diff --git a/mcp/scripts/lib.sh b/mcp/scripts/lib.sh index bbb66a82f..1b439a93e 100644 --- a/mcp/scripts/lib.sh +++ b/mcp/scripts/lib.sh @@ -17,7 +17,7 @@ get_base_image() { local base_image=$1 mkdir -p images - wget -P /tmp -nc "${base_image}" + wget -P /tmp -N "${base_image}" } cleanup_vms() { -- cgit 1.2.3-korg