diff --git a/recipes/identity_registration.rb b/recipes/identity_registration.rb index 0dd3034..2e4de77 100644 --- a/recipes/identity_registration.rb +++ b/recipes/identity_registration.rb @@ -90,7 +90,6 @@ connection_params = { # Register Service User openstack_user service_user do project_name service_tenant_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 d455ffd..c2f5992 100644 --- a/spec/identity_registration_spec.rb +++ b/spec/identity_registration_spec.rb @@ -76,7 +76,6 @@ describe 'openstack-telemetry::identity_registration' do service_user ).with( project_name: project_name, - role_name: role_name, password: password, connection_params: connection_params )