Remove superfluous role_name arguments

This patch removes the role_name when using openstack_user's :create
action (it gets ignored by the target method).
This commit is contained in:
Roger Luethi 2017-11-14 15:39:53 +01:00
parent 0e94f9a464
commit 6f2d894daf
1 changed files with 0 additions and 1 deletions

View File

@ -83,7 +83,6 @@ end
# Register Service User
openstack_user service_user do
project_name service_project_name
role_name service_role
password service_pass
connection_params connection_params
end