Comment 3 for bug 1614596

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to magnum (master)

Reviewed: https://review.openstack.org/359577
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=70c803bfc1be9457aa51e14e81baf654f7dcf7e8
Submitter: Jenkins
Branch: master

commit 70c803bfc1be9457aa51e14e81baf654f7dcf7e8
Author: Hieu LE <email address hidden>
Date: Tue Aug 23 10:57:24 2016 +0700

    Use werkzeug to run Magnum API with SSL

    wsgiref.simple_server is mono threaded process that can not
    support SSL context. This patch aim to replace wsgiref.simple_server
    with werkzeug for running development API server supporting SSL.

    Change-Id: Ib4360d77030e4cce8abf5ea543d87b7982e0e285
    Closes-Bug: #1614596