commit | 651cb1ad758866a87b947c4e50b4ec995072d6ca | [log] [tgz] |
---|---|---|
author | Anton Arefiev <aarefiev@mirantis.com> | Tue Sep 01 10:55:20 2015 +0300 |
committer | Ivan Kolodyazhny <e0ne@e0ne.info> | Mon Sep 28 15:01:03 2015 +0000 |
tree | b38eda7eaf610737fe565b8c644e37552fabaaa0 | |
parent | 983c07c297e51a86b44c226491e62b3abfeefb5d [diff] [blame] |
Add toggle to run Cinder API under Apache This change adds apache templates for Cinder API services. Also add possibility to switch between the old and new ways to setup Cinder API. Related Cinder blueprint: https://blueprints.launchpad.net/cinder/+spec/non-eventlet-wsgi-app Change-Id: Icfad40ee6998296727a95613199e5c2d87bd0a45 Depends-On: Ifbab059001d1567b1f7b394c0411a9ca4629f846 Co-Authored-By: Ivan Kolodyazhny <e0ne@e0ne.info>
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index e8de7c4..7ca82c7 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst
@@ -298,6 +298,12 @@ SWIFT_USE_MOD_WSGI="True" +Example (Cinder): + +:: + + CINDER_USE_MOD_WSGI="True" + Libraries from Git ------------------