Enable more tempest tests for ec2-api

Change-Id: Ic139a5773779e39de9fa27d661de68d5466f6315
This commit is contained in:
Sven Anderson 2017-04-06 17:45:19 +02:00
parent e1dcb9d6ae
commit ce151266a3
1 changed files with 4 additions and 0 deletions

View File

@ -700,6 +700,10 @@ be provided.')
}
if $ec2api_available {
tempest_config {
'aws/instance_type': value => $flavor_ref;
'aws/instance_type_alt': value => $flavor_ref_alt;
}
keystone_user { 'ec2api-tester' :
ensure => present,
enabled => true,