Merge "[Verify] Don't create new image when image already exists"

This commit is contained in:
Jenkins 2016-02-14 10:17:31 +00:00 committed by Gerrit Code Review
commit 70a6ab3212
2 changed files with 12 additions and 3 deletions

View File

@ -85,4 +85,4 @@ _rally()
return 0
}
complete -o filenames -F _rally rally
complete -o filenames -F _rally rally

View File

@ -657,12 +657,21 @@
# CirrOS image URL (string value)
#cirros_img_url = http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img
# Image disk format (string value)
# Image disk format to use when creating the image (string value)
#disk_format = qcow2
# Image container formate (string value)
# Image container format to use when creating the image (string value)
#container_format = bare
# Regular expression for name of an image to discover it in the cloud
# and use it for the tests. Note that when Rally is searching for the
# image, case insensitive matching is performed. Specify nothing
# ('name_regex =') if you want to disable discovering. In this case
# Rally will create needed resources by itself if the values for the
# corresponding config options are not specified in the Tempest config
# file (string value)
#name_regex = ^.*(cirros|testvm).*$
[role]