Continue to define auth_uri
The auth_uri is used by all the providers so it needs to be defined until it's been completely removed. Change-Id: I707ed89db76d1457ec768653237cb38a200d6692 Related-Bug: #1759098 Related-Bug: #1761171
This commit is contained in:
parent
fa98723b54
commit
b5a94c653f
@ -301,6 +301,8 @@ define keystone::resource::authtoken(
|
||||
$keystonemiddleware_options = {
|
||||
'keystone_authtoken/auth_section' => {'value' => $auth_section},
|
||||
'keystone_authtoken/www_authenticate_uri' => {'value' => $www_authenticate_uri_real},
|
||||
#TODO(aschultz): needs to be defined until all providers have been cut over
|
||||
'keystone_authtoken/auth_uri' => {'value' => $www_authenticate_uri_real},
|
||||
'keystone_authtoken/auth_type' => {'value' => $auth_type},
|
||||
'keystone_authtoken/auth_version' => {'value' => $auth_version},
|
||||
'keystone_authtoken/cache' => {'value' => $cache},
|
||||
|
Loading…
x
Reference in New Issue
Block a user