diff --git a/recipes/setup.rb b/recipes/setup.rb index f035420..acfb1cd 100644 --- a/recipes/setup.rb +++ b/recipes/setup.rb @@ -74,7 +74,6 @@ connection_params = { openstack_user service_user do project_name service_project - role_name service_role password service_pass connection_params connection_params end diff --git a/spec/setup_spec.rb b/spec/setup_spec.rb index 40f6542..b17a655 100644 --- a/spec/setup_spec.rb +++ b/spec/setup_spec.rb @@ -41,7 +41,6 @@ describe 'openstack-integration-test::setup' do 'tempest_user1' ).with( project_name: 'tempest_project1', - role_name: 'Member', password: 'tempest_user1_pass', connection_params: connection_params ) @@ -89,7 +88,6 @@ describe 'openstack-integration-test::setup' do 'tempest_user2' ).with( project_name: 'tempest_project2', - role_name: 'Member', password: 'tempest_user2_pass', connection_params: connection_params )