keystone: avoid race condition with eventlet on Ubuntu.

Change-Id: I0f2ecd7629935d06232f8c1e1952732b197224ef
Depends-On: I6b07a70f0729639f12ebc19f9d3cd405d8be214b
This commit is contained in:
Emilien Macchi 2016-04-22 09:43:56 -04:00
parent 0ec65eb155
commit b23ee13fe1

View File

@ -44,6 +44,7 @@ class openstack_integration::keystone (
enable_ssl => $::openstack_integration::config::ssl,
public_bind_host => $::openstack_integration::config::host,
admin_bind_host => $::openstack_integration::config::host,
manage_policyrcd => true,
}
include ::apache
class { '::keystone::wsgi::apache':