We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f04abfe + 51557a5 commit b15413cCopy full SHA for b15413c
1 file changed
lib/tempest
@@ -316,10 +316,10 @@ function configure_tempest {
316
if [[ ! -z "$HEAT_CFN_IMAGE_URL" ]]; then
317
iniset $TEMPEST_CONFIG orchestration image_ref $(basename "$HEAT_CFN_IMAGE_URL" ".qcow2")
318
fi
319
- # build a specialized heat flavor that is likely to be fast
+ # build a specialized heat flavor
320
available_flavors=$(nova flavor-list)
321
if [[ ! ( $available_flavors =~ 'm1.heat' ) ]]; then
322
- nova flavor-create m1.heat 451 1024 0 2
+ nova flavor-create m1.heat 451 512 0 1
323
324
iniset $TEMPEST_CONFIG orchestration instance_type "m1.heat"
325
iniset $TEMPEST_CONFIG orchestration build_timeout 900
0 commit comments