Remove superfluous arguments for grant_domain, revoke_domain

The project_name argument is ignored by openstack_user's grant_domain
and revoke_domain actions. This patch removes them from the test recipe.
This commit is contained in:
Roger Luethi 2017-11-10 11:49:40 +01:00
parent 15781eac4e
commit ae02bdc632
1 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@ end
openstack_user 'myuser' do
role_name 'myrole'
project_name 'myproject'
domain_name 'mydomain'
connection_params connection_params
action :grant_domain
@ -57,7 +56,6 @@ end
openstack_user 'myuser' do
role_name 'myrole'
project_name 'myproject'
domain_name 'mydomain'
connection_params connection_params
action :revoke_domain