diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-02-27 18:54:45 +0200 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-03-22 14:41:44 +0000 |
commit | 803da62a305a31101e5d408af26a243f43fa33ef (patch) | |
tree | 764b02f5bc49d827355b23528b252c3b1d664df2 /puppet | |
parent | 3bb80a3bbeb3547db78ac8ceb00c9a301d544d26 (diff) |
Deploy versionless keystone endpoints (for keystone only)
The default is to deploy v2.0 endpoints, but this is not the recommended
approach. we should instead be using versionless endpoints
Change-Id: Icbfae1c2ff2b7312646fd8e817dd8209220a0d96
Related-Bug: #1667679
(cherry picked from commit 40a50031f37df0f0cde53e3f3c15ffe407fbdcbd)
Diffstat (limited to 'puppet')
-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 a85a9ed0..f40c8d99 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 |