GET /os-quota-sets/{tenant_id} API is failing with SSL exception
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
jichenjc | ||
Pike |
Fix Committed
|
Medium
|
jichenjc |
Bug Description
In the flow of GET /os-quota-
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
2017-07-06 01:13:28.134 21365 ERROR nova.api.
summary: |
- GET /os-quota-sets/{tenant_id} API is failing with SSL execption + GET /os-quota-sets/{tenant_id} API is failing with SSL exception |
Changed in nova: | |
assignee: | nobody → jichenjc (jichenjc) |
Changed in nova: | |
assignee: | jichenjc (jichenjc) → Matthew Edmonds (edmondsw) |
Changed in nova: | |
assignee: | Matthew Edmonds (edmondsw) → jichenjc (jichenjc) |
Changed in nova: | |
assignee: | jichenjc (jichenjc) → Sean Dague (sdague) |
Changed in nova: | |
assignee: | Sean Dague (sdague) → jichenjc (jichenjc) |
importance: | Undecided → Medium |
The problem is that https:/ /github. com/openstack/ nova/blob/ f6fbfc7ff07b790 ef052a759552c69 429b3d79c7/ nova/api/ openstack/ identity. py#L32 simply relies on the default for the Session constructor's verify argument (True). We need to provide a configuration option to allow an operator to specify verify=False and verify=<path>.