Fix typo in federation_identity spec test
Change-Id: I6f5b6521fddd96b1f1c85bcbd01ff7ca24dc29b4
This commit is contained in:
parent
17675623f3
commit
869d809122
@ -4,7 +4,7 @@ describe 'keystone::federation::identity_provider' do
|
|||||||
|
|
||||||
let :pre_condition do
|
let :pre_condition do
|
||||||
"class { 'keystone':
|
"class { 'keystone':
|
||||||
admin_tokend => 'dummy',
|
admin_token => 'dummy',
|
||||||
service_name => 'httpd',
|
service_name => 'httpd',
|
||||||
enable_ssl=> true }"
|
enable_ssl=> true }"
|
||||||
end
|
end
|
||||||
@ -37,7 +37,7 @@ describe 'keystone::federation::identity_provider' do
|
|||||||
context 'keystone not running under apache' do
|
context 'keystone not running under apache' do
|
||||||
let :pre_condition do
|
let :pre_condition do
|
||||||
"class { 'keystone':
|
"class { 'keystone':
|
||||||
admin_tokend => 'dummy',
|
admin_token => 'dummy',
|
||||||
service_name => 'keystone',
|
service_name => 'keystone',
|
||||||
enable_ssl=> true }"
|
enable_ssl=> true }"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user