diff --git a/recipes/identity_registration.rb b/recipes/identity_registration.rb index efae88d..96d90c1 100644 --- a/recipes/identity_registration.rb +++ b/recipes/identity_registration.rb @@ -80,7 +80,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 diff --git a/spec/identity_registration_spec.rb b/spec/identity_registration_spec.rb index f588379..e839d1b 100644 --- a/spec/identity_registration_spec.rb +++ b/spec/identity_registration_spec.rb @@ -74,7 +74,6 @@ describe 'openstack-block-storage::identity_registration' do service_user ).with( project_name: project_name, - role_name: role_name, password: password, connection_params: connection_params )