diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-08-18 13:55:40 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-08-29 11:09:53 +0400 |
commit | 126ce2598684e14d933cf8b8666b895071d1fdd0 (patch) | |
tree | d56712be65d6bdd8510e623f6307f7b4f05a9bdb /mcp/scripts/lib.sh | |
parent | 7fb1944d93e16365acd0792069b1229fc5964670 (diff) |
[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 <mpolenchuk@mirantis.com>
Diffstat (limited to 'mcp/scripts/lib.sh')
-rw-r--r-- | mcp/scripts/lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |