Browse code

Merge "Remove the heat stack owner role"

Jenkins authored on 2016/12/01 01:31:11
Showing 1 changed files
... ...
@@ -383,11 +383,6 @@ function configure_tempest {
383 383
 
384 384
     # Orchestration Tests
385 385
     if is_service_enabled heat; then
386
-        # Though this is not needed by heat, some tempest tests explicitly
387
-        # try to set this role. Removing them from the tempest tests breaks
388
-        # some non-devstack CIs.
389
-        get_or_create_role "heat_stack_owner"
390
-
391 386
         if [[ ! -z "$HEAT_CFN_IMAGE_URL" ]]; then
392 387
             iniset $TEMPEST_CONFIG orchestration image_ref $(basename "${HEAT_CFN_IMAGE_URL%.*}")
393 388
         fi
... ...
@@ -401,7 +396,7 @@ function configure_tempest {
401 401
             iniset $TEMPEST_CONFIG orchestration instance_type "m1.heat"
402 402
         fi
403 403
         iniset $TEMPEST_CONFIG orchestration build_timeout 900
404
-        iniset $TEMPEST_CONFIG orchestration stack_owner_role "heat_stack_owner"
404
+        iniset $TEMPEST_CONFIG orchestration stack_owner_role Member
405 405
     fi
406 406
 
407 407
     # Scenario