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:
Alex Schultz 2018-04-04 07:54:54 -06:00
parent fa98723b54
commit b5a94c653f
1 changed files with 2 additions and 0 deletions

View File

@ -301,6 +301,8 @@ define keystone::resource::authtoken(
$keystonemiddleware_options = { $keystonemiddleware_options = {
'keystone_authtoken/auth_section' => {'value' => $auth_section}, 'keystone_authtoken/auth_section' => {'value' => $auth_section},
'keystone_authtoken/www_authenticate_uri' => {'value' => $www_authenticate_uri_real}, '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_type' => {'value' => $auth_type},
'keystone_authtoken/auth_version' => {'value' => $auth_version}, 'keystone_authtoken/auth_version' => {'value' => $auth_version},
'keystone_authtoken/cache' => {'value' => $cache}, 'keystone_authtoken/cache' => {'value' => $cache},