Fix for group role assignement

This patch contains fix for groups role assignment
for heat template.

Change-Id: Ifb9263afafca8365856f7516c2ae9ca6f1cbd9f9
This commit is contained in:
Chi Lo
2019-04-30 00:26:14 -07:00
parent 063f9e2a0f
commit 0f945954ea
12 changed files with 108 additions and 47 deletions

View File

@@ -58,6 +58,7 @@ def yamlbuilder(alldata, region):
'type': 'OS::Keystone::GroupRoleAssignment\n',
'properties': {
'group': "%s" % group_name,
'group_domain': "%s" % jsondata['domain_name'],
'roles': roles
}
}