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 }}",