From 61641658f9bcdea441005d1e31440f0226da8aaf Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Tue, 5 Apr 2016 19:03:07 +0300 Subject: [PATCH] [Verify] Fixing issue with discovering images When we request a list of images to choose one of them for tests, we should make sure all images are active, they have names and they are PUBLIC. If images are not public, we will have failures of Tempest tests as described in the bug. Closes-Bug: #1564431 Change-Id: Ia2cc1586956dcf1fff4c7859faf39fdd98ba35e2 --- etc/rally/rally.conf.sample | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/etc/rally/rally.conf.sample b/etc/rally/rally.conf.sample index d3ea7eb9..e687da64 100644 --- a/etc/rally/rally.conf.sample +++ b/etc/rally/rally.conf.sample @@ -650,13 +650,13 @@ # 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) +# Regular expression for name of a public 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).*$ @@ -689,7 +689,7 @@ # How many concurrent threads use for serving users context (integer # value) -#resource_management_workers = 30 +#resource_management_workers = 20 # ID of domain in which projects will be created. (string value) #project_domain = default