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: I597a98b5efc89983fffe8b904f8b1cc249656cbc
This commit is contained in:
Emilien Macchi 2015-10-21 09:41:49 -04:00
parent 520a4941b6
commit 9eebe54549
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ describe 'barbican::keystone::auth' do
it { is_expected.to contain_keystone_user('barbican').with(
:ensure => 'present',
:password => 'barbican_password',
:tenant => 'foobar'
) }
it { is_expected.to contain_keystone_user_role('barbican@foobar').with(