| ... | ... |
@@ -71,6 +71,8 @@ if [[ "$ENABLED_SERVICES" =~ "heat" ]]; then |
| 71 | 71 |
keystone user-role-add --tenant_id $SERVICE_TENANT \ |
| 72 | 72 |
--user_id $HEAT_USER \ |
| 73 | 73 |
--role_id $ADMIN_ROLE |
| 74 |
+ # heat_stack_user role is for users created by Heat |
|
| 75 |
+ keystone role-create --name heat_stack_user |
|
| 74 | 76 |
if [[ "$KEYSTONE_CATALOG_BACKEND" = 'sql' ]]; then |
| 75 | 77 |
HEAT_CFN_SERVICE=$(get_id keystone service-create \ |
| 76 | 78 |
--name=heat-cfn \ |