cinder.py from monitoring-for-openstack does not work on kilo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Operators |
Confirmed
|
Undecided
|
Unassigned | ||
monitoring-for-openstack |
New
|
Undecided
|
Sofer Athlan-Guyot |
Bug Description
/usr/bin/
It is because we are calling the cinder API with a tenant name instead of a tenant id to list the quotas.
1) More output information:
When running this:
/usr/bin/
[...]
Forbidden: Access was denied to this resource. (HTTP 403) (Request-ID: req-be899553-
I think the issue comes from this line:
https:/
instead of doing this:
return client.
something like this would be needed:
return client.
unfortunately, options.
Changed in osops: | |
status: | New → Confirmed |
Changed in monitoring-for-openstack: | |
assignee: | nobody → Sofer Athlan-Guyot (sofer-athlan-guyot) |