Fix glance authtoken usage

We recently removed the old authtoken parameters so the tests need to be
updated with the new authtoken class for configuring the authtoken
middleware.

Change-Id: I503cd1aa467f72da858abb2d10b743bc8591d451
This commit is contained in:
Alex Schultz 2016-11-21 13:19:53 -07:00
parent f4614e7dcd
commit ef4d68f1fe
1 changed files with 4 additions and 3 deletions

View File

@ -3,9 +3,10 @@ require 'spec_helper'
describe 'openstack_extras::pacemaker::service', :type => :define do
let :pre_condition do
"class { '::glance::registry':
keystone_password => 'secrete',
}"
[
"class { '::glance::registry::authtoken': password => 'password', }",
"include ::glance::registry",
]
end
let :facts do