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: I2a35da5e1f0900516bb70d4bb58be92e4d867578
This commit is contained in:
parent
75d8e65f15
commit
e608380054
@ -15,7 +15,6 @@ describe 'murano::keystone::auth' do
|
||||
it { is_expected.to contain_keystone_user('murano').with(
|
||||
:ensure => 'present',
|
||||
:password => 'murano_password',
|
||||
:tenant => 'foobar'
|
||||
) }
|
||||
|
||||
it { is_expected.to contain_keystone_user_role('murano@foobar').with(
|
||||
|
Loading…
Reference in New Issue
Block a user