diff options
author | Emilien Macchi <emilien@redhat.com> | 2015-08-14 10:32:15 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2016-02-09 19:21:16 -0500 |
commit | 0563ab813628e25fcd284955f94b7161aa8c622e (patch) | |
tree | 1281e717d84f973f8f4a08bc1765e5310a255285 /puppet/hieradata | |
parent | b9e421ec6db97782c4b3024203e827812e87ddf3 (diff) |
puppet: run keystone in wsgi
For both HA & non-HA scenarios, switch puppet-keystone configuration to
be run in a WSGI process instead of eventlet.
WSGI is the way to go for scaling Keystone, moreover, eventlet won't be
support in next OpenStack releases.
Co-Authored-By: Dan Prince <dprince@redhat.com>
Depends-On: I22a348c298ff44f616b2e898f4872eddea040239
Change-Id: I862b4a68f43347564ec3c0ddc4ec9e1d1c755cf2
Signed-off-by: Jason Guiditta <jguiditt@redhat.com>
Diffstat (limited to 'puppet/hieradata')
-rw-r--r-- | puppet/hieradata/controller.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index f8ef6408..f4834edc 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -50,6 +50,8 @@ keystone::config::keystone_config: value: 'HTTP_X_FORWARDED_PROTO' ec2/driver: value: 'keystone.contrib.ec2.backends.sql.Ec2' +keystone::service_name: 'httpd' +keystone::wsgi::apache::ssl: false #swift swift::proxy::pipeline: |