Run neutron-api behind uwsgi
Change-Id: Idc10ed31aa02d9bab2b6c02647f7e1ddfbe0215c
Closes-Bug: PROD-28989
diff --git a/README.rst b/README.rst
index 657ca3e..4dd05af 100644
--- a/README.rst
+++ b/README.rst
@@ -1568,7 +1568,9 @@
eventletwsgi:
level: 'DEBUG'
......
-Neutron server with memcached caching and security strategy:
+
+Neutron server with memcached caching and security strategy
+-----------------------------------------------------------
.. code-block:: yaml
@@ -1588,6 +1590,21 @@
strategy: ENCRYPT
secret_key: secret
+
+Neutron API behind uWSGI (experimental)
+---------------------------------------
+
+.. code-block:: yaml
+
+ neutron:
+ server:
+ wsgi:
+ enabled: true
+ threads: 32
+ workers: 64
+ logto: /var/log/neutron/neutron-server.log
+
+
Upgrades
========