Update rspec tests for keystone
https://review.openstack.org/#/c/228744/ has been merged, we need to drop the 'tenant' parameter to Keystone_user resource. Change-Id: I44064f0d8fab71cfccc1dda5b49b04200d5a66a2
This commit is contained in:
parent
bfe139e965
commit
2cc6a9a4ef
@ -19,7 +19,6 @@ describe 'zaqar::keystone::auth' do
|
||||
it { is_expected.to contain_keystone_user('zaqar').with(
|
||||
:ensure => 'present',
|
||||
:password => 'zaqar_password',
|
||||
:tenant => 'foobar'
|
||||
) }
|
||||
|
||||
it { is_expected.to contain_keystone_user_role('zaqar@foobar').with(
|
||||
|
Loading…
x
Reference in New Issue
Block a user