From cac6ef09c5a7ecc0e9959b1e3ace48c41a0add71 Mon Sep 17 00:00:00 2001 From: Attila Fazekas Date: Tue, 11 Oct 2016 08:23:48 +0200 Subject: [PATCH] Remove the heat stack owner role We should not require any special role for heat since very long time. We should use the same roles as with the primary user. Change-Id: Id9150f94c30505ed0da33b8fbc2a5a7bd4fcf5d0 --- lib/tempest | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/tempest b/lib/tempest index 6ffc927176..27023c2081 100644 --- a/lib/tempest +++ b/lib/tempest @@ -390,11 +390,6 @@ function configure_tempest { # Orchestration Tests if is_service_enabled heat; then - # Though this is not needed by heat, some tempest tests explicitly - # try to set this role. Removing them from the tempest tests breaks - # some non-devstack CIs. - get_or_create_role "heat_stack_owner" - if [[ ! -z "$HEAT_CFN_IMAGE_URL" ]]; then iniset $TEMPEST_CONFIG orchestration image_ref $(basename "${HEAT_CFN_IMAGE_URL%.*}") fi @@ -408,7 +403,7 @@ function configure_tempest { iniset $TEMPEST_CONFIG orchestration instance_type "m1.heat" fi iniset $TEMPEST_CONFIG orchestration build_timeout 900 - iniset $TEMPEST_CONFIG orchestration stack_owner_role "heat_stack_owner" + iniset $TEMPEST_CONFIG orchestration stack_owner_role Member fi # Scenario