diff --git a/recipes/identity_registration.rb b/recipes/identity_registration.rb index eef028c..a803fee 100644 --- a/recipes/identity_registration.rb +++ b/recipes/identity_registration.rb @@ -83,7 +83,7 @@ end # Register Service User openstack_user service_user do project_name service_project_name - role_name service_role + domain_name service_domain_name password service_pass connection_params connection_params end @@ -95,11 +95,3 @@ openstack_user service_user do connection_params connection_params action :grant_role end - -openstack_user service_user do - domain_name service_domain_name - role_name service_role - user_name service_user - connection_params connection_params - action :grant_domain -end