Merge "Use werkzeug to run Magnum API with SSL"

This commit is contained in:
Jenkins
2016-09-06 20:58:10 +00:00
committed by Gerrit Code Review
5 changed files with 113 additions and 16 deletions

View File

@@ -0,0 +1,6 @@
---
upgrade:
- Magnum now support SSL for API service. User can enable SSL for API
via new 3 config options 'enabled_ssl', 'ssl_cert_file' and 'ssl_key_file'.
- Change default API development service from wsgiref simple_server to
werkzeug for better supporting SSL.