diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-28 10:39:58 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-28 10:39:58 +0000 |
commit | bc49d0ccf1644368e4560173f52013d075abd9b1 (patch) | |
tree | a9ca3274651e0f5873f0fede1da7660767b83d8f /puppet/services | |
parent | ef0ce3e86af585621d02abda8d1a88101c5c82c9 (diff) | |
parent | 40a50031f37df0f0cde53e3f3c15ffe407fbdcbd (diff) |
Merge "Deploy versionless keystone endpoints (for keystone only)"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/keystone.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/keystone.yaml b/puppet/services/keystone.yaml index 9c4cc60f..5ac8436a 100644 --- a/puppet/services/keystone.yaml +++ b/puppet/services/keystone.yaml @@ -226,6 +226,7 @@ outputs: keystone::endpoint::internal_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]} keystone::endpoint::admin_url: {get_param: [EndpointMap, KeystoneAdmin, uri_no_suffix]} keystone::endpoint::region: {get_param: KeystoneRegion} + keystone::endpoint::version: '' keystone_enable_db_purge: {get_param: KeystoneEnableDBPurge} keystone::rabbit_heartbeat_timeout_threshold: 60 keystone::cron::token_flush::maxdelay: 3600 |