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: Idaed260a9c1ad0c0e8400dd9ad4360ed0b39fbc6
This commit is contained in:
Emilien Macchi 2015-10-21 09:50:49 -04:00
parent 12fe6f37ec
commit 032bf6f264
1 changed files with 0 additions and 1 deletions

View File

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