Added support for update group
Change-Id: Ib43895a0e46c340caddb124f78499f110a19d04f
This commit is contained in:
@@ -83,7 +83,7 @@ def yamlbuilder(alldata, region):
|
||||
resources["resources"][template_name] = {
|
||||
'type': 'OS::Keystone::GroupRoleAssignment\n',
|
||||
'properties': {
|
||||
'group': "%s" % group_name,
|
||||
'group': "{get_resource: %s}" % group_name,
|
||||
'group_domain': "%s" % jsondata['domain_name'],
|
||||
'roles': roles
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user