switch alternate flavor to be tiny
it was set to 2 by default, which was using 2GB. This tones it back to 1, which only uses 512.
This commit is contained in:
parent
7d383443c0
commit
1c00af5942
@ -25,7 +25,7 @@ class tempest(
|
||||
$image_id = 'XXXXXXX',#<%= image_id %>,
|
||||
$image_id_alt = 'XXXXXXX',#<%= image_id_alt %>,
|
||||
$flavor_ref = 1,
|
||||
$flavor_ref_alt = 2,
|
||||
$flavor_ref_alt = 1,
|
||||
# the version of the openstack images api to use
|
||||
$image_api_version = '1',
|
||||
$image_host = 'localhost',
|
||||
|
Loading…
Reference in New Issue
Block a user