Skip to content

Commit b15413c

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Cut the heat flavor"
2 parents f04abfe + 51557a5 commit b15413c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/tempest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,10 +316,10 @@ function configure_tempest {
316316
if [[ ! -z "$HEAT_CFN_IMAGE_URL" ]]; then
317317
iniset $TEMPEST_CONFIG orchestration image_ref $(basename "$HEAT_CFN_IMAGE_URL" ".qcow2")
318318
fi
319-
# build a specialized heat flavor that is likely to be fast
319+
# build a specialized heat flavor
320320
available_flavors=$(nova flavor-list)
321321
if [[ ! ( $available_flavors =~ 'm1.heat' ) ]]; then
322-
nova flavor-create m1.heat 451 1024 0 2
322+
nova flavor-create m1.heat 451 512 0 1
323323
fi
324324
iniset $TEMPEST_CONFIG orchestration instance_type "m1.heat"
325325
iniset $TEMPEST_CONFIG orchestration build_timeout 900

0 commit comments

Comments
 (0)