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:
Emilien Macchi 2015-10-21 09:48:16 -04:00
parent 75d8e65f15
commit e608380054

View File

@ -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(