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: I5299c02874d7b2a984718ced087284e9cb325112
This commit is contained in:
Emilien Macchi 2015-10-21 09:44:13 -04:00
parent 226fc0120c
commit 6b23e54129
1 changed files with 0 additions and 1 deletions

View File

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