when cinder isn't using default quota class, quotas cannot be updated through Horizon
Bug #1462493 reported by
Doug Fish
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Confirmed
|
Low
|
Unassigned |
Bug Description
To re-create:
edit cinder.conf so that
use_default_
restart cinder.
Attempt to edit cinder related values through Horizon, such as
Volumes, Volume Snapshots, or Total Size of Volumes and Snapshots (GB)
although it appears the edits succeed, they actually don't.
Changed in horizon: | |
assignee: | nobody → Danny.Ho (dannyh) |
Changed in horizon: | |
assignee: | Danny.Ho (dannyh) → nobody |
Changed in horizon: | |
assignee: | nobody → surbhi sarda (surbhisarda) |
Changed in horizon: | |
assignee: | surbhi sarda (surbhisarda) → nobody |
Changed in horizon: | |
status: | New → Confirmed |
To post a comment you must log in.
The related UI call is here.
https:/ /github. com/openstack/ horizon/ blob/23ddc1a3fb 9aef660f49e5c9c d86ddda191558fc /openstack_ dashboard/ api/cinder. py#L452
I suppose the solution is to handle a different value than DEFAULT_QUOTA_NAME, but I haven't studied the problem.