From 679e3f46fe8a9cdf586b4c4440aa3d11c2d6c85e Mon Sep 17 00:00:00 2001 From: Martin Krizek Date: Tue, 14 Oct 2014 17:13:06 +0000 Subject: [PATCH] qadevel buildmaster: user flavor 3 for openstack slaves --- .../taskotron/buildmaster-configure/templates/ci.master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 index e3a968fb2b..7883699be5 100644 --- a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 @@ -31,7 +31,7 @@ c['slaves'].append( openstack.OpenStackLatentBuildSlave( "{{ qadevel_stg_buildslave_user }}", "{{ qadevel_stg_buildslave_password }}", - flavor=1, + flavor=3, image="5345b501-9264-4198-a185-eb5a2282fed0", os_username="{{ taskotron_openstack_username }}", os_password="{{ taskotron_openstack_password }}",