diff --git a/etc/rally.bash_completion b/etc/rally.bash_completion index 8d7a882d..38dc4842 100644 --- a/etc/rally.bash_completion +++ b/etc/rally.bash_completion @@ -85,4 +85,4 @@ _rally() return 0 } -complete -o filenames -F _rally rally +complete -o filenames -F _rally rally \ No newline at end of file diff --git a/etc/rally/rally.conf.sample b/etc/rally/rally.conf.sample index ad26e554..9cd70878 100644 --- a/etc/rally/rally.conf.sample +++ b/etc/rally/rally.conf.sample @@ -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]