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: Iaf20e084ee044c0cfba4859f0f0dc36ad8ef44b8
This commit is contained in:
Emilien Macchi 2015-10-21 09:46:21 -04:00
parent 2ecad6fdd0
commit cfdcdd2249
1 changed files with 0 additions and 1 deletions

View File

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