Browse code

Set heat stack role in tempest config to _member_

In kilo heat started to use keystone delegations to perform the needed
operations, as part of this the need to set the explicit role in
devstack for stack management disappeared. However, in tempest as part
of the effort to make credentials configuration more explicit an option
was added to ensure that the users created by tempest have the proper
role set for stack management in the heat tests. This commit sets the
value of this config option in tempest to be the default role _member_
to reflect that there is no separate heat_stack_owner role created
anymore. (which is the tempest default value)

Change-Id: Id98a83f0a716de0fdb5f36d03407364830e8fa5f

Matthew Treinish authored on 2015/03/19 11:03:01
Showing 1 changed files
... ...
@@ -399,6 +399,7 @@ function configure_tempest {
399 399
         fi
400 400
         iniset $TEMPEST_CONFIG orchestration instance_type "m1.heat"
401 401
         iniset $TEMPEST_CONFIG orchestration build_timeout 900
402
+        iniset $TEMPEST_CONFIG orchestration stack_owner_role "_member_"
402 403
     fi
403 404
 
404 405
     # Scenario