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:
Dan Bode 2013-03-03 15:28:40 -08:00
parent 7d383443c0
commit 1c00af5942

View File

@ -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',