Skip to content

Commit

Permalink
Merge "service_identity: add user/role ordering"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Dec 12, 2014
2 parents c39fca2 + 46673d3 commit caf97ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/resource/service_identity.pp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,9 @@
'ensure' => 'present',
'roles' => $roles,
})
if $configure_user {
Keystone_user[$auth_name] -> Keystone_user_role["${auth_name}@${tenant}"]
}
}

if $configure_service {
Expand Down

0 comments on commit caf97ba

Please sign in to comment.