Merge "Use keystone.wsgi instead of wsgi.py for RHEL/CentOS"

This commit is contained in:
Jenkins 2015-10-30 01:47:30 +00:00 committed by Gerrit Code Review
commit 5b8a8f8949
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ when 'fedora', 'rhel' # :pragma-foodcritic: ~FC024 - won't fix this
'keystone_client_packages' => ['python-keystoneclient'],
'keystone_service' => 'openstack-keystone',
'keystone_process_name' => 'keystone-all',
'keystone_wsgi_file' => '/usr/share/keystone/wsgi.py',
'keystone_wsgi_file' => '/usr/share/keystone/keystone.wsgi',
'package_options' => ''
}
when 'suse'