From 1c00af594205908a387f25b427c0f5915d8dc795 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Sun, 3 Mar 2013 15:28:40 -0800 Subject: [PATCH] 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. --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 60ff0759..ba5addc2 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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',