Https Support

In terms of using https for python monasca-log-api
i've discovered a Bug in gunicorn which makes
running with ssl mode impossible. This bug
(https://github.com/benoitc/gunicorn/issues/1177) is
fixed in gunicorn version 19.5.0.

Change-Id: Ia2163243786677e81ff002ac7f65f43080058d5c
This commit is contained in:
Kamil Choroba 2016-05-23 08:08:02 +02:00
parent 52e66aa17a
commit 31d6eb9fa3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
paste
falcon>=0.1.6
gunicorn>=19.2.0
gunicorn>=19.5.0
keystonemiddleware>=4.0.0,!=4.1.0
oslo.config>=3.2.0
oslo.middleware>=3.0.0