Fix misnamed protocol param in glance-api.conf
* keystone_authtoken/protocol => auth_protocol Change-Id: I47ba3eb584255e666f787b53d4668b74a575982f
This commit is contained in:
@@ -136,7 +136,7 @@ class glance::api(
|
||||
glance_api_config {
|
||||
'keystone_authtoken/auth_host': value => $auth_host;
|
||||
'keystone_authtoken/auth_port': value => $auth_port;
|
||||
'keystone_authtoken/protocol': value => $protocol;
|
||||
'keystone_authtoken/auth_protocol': value => $auth_protocol;
|
||||
}
|
||||
|
||||
if $auth_admin_prefix {
|
||||
|
@@ -110,7 +110,7 @@ describe 'glance::api' do
|
||||
[
|
||||
'auth_host',
|
||||
'auth_port',
|
||||
'protocol'
|
||||
'auth_protocol'
|
||||
].each do |config|
|
||||
should contain_glance_api_config("keystone_authtoken/#{config}").with_value(param_hash[config.intern])
|
||||
end
|
||||
|
Reference in New Issue
Block a user