cinder-api lost SSL in oslo.service wsgi move for M
Bug #1590901 reported by
Martin Millnert
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Fix Released
|
High
|
Justin A Wilson | ||
Fedora |
New
|
Undecided
|
Justin A Wilson |
Bug Description
Following the move to wsgi eventlet server from oslo.service, cinder-api lost the ability to run the wsgi eventlet server with SSL on, that existed in Liberty:
liberty: 2016-06-09 18:54:21.663 4708 INFO eventlet.
mitaka: 2016-06-09 18:25:28.911 26920 INFO eventlet.
With otherwise identical config, including SSL options, etc. The change that migrated to oslo.service, was https:/
It's probably merely a question of picking up the config options and passing them along?
summary: |
- oslo.service wsgi move in Mitaka lost SSL + cinder-api lost SSL in oslo.service wsgi move for M |
Changed in cinder: | |
status: | New → Confirmed |
importance: | Undecided → High |
milestone: | none → newton-3 |
Changed in cinder: | |
assignee: | nobody → Justin A Wilson (justin-wilson) |
Changed in cinder: | |
milestone: | newton-3 → newton-rc1 |
To post a comment you must log in.
The code for turning on SSL for the Cinder API is there, even though there is no option to turn it on via the config file. I managed to enable it, but it caused issues with the Cinder client's and the Openstack client's ability to connect to the endpoint. Furthermore, the Openstack Security Guide (http:// docs.openstack. org/security- guide/secure- communication/ secure- reference- architectures. html) recommends that you encrypt the traffic by using a SSL/TLS enabled proxy in between it anyways.