Bug 1623445
| Summary: | [RFE] Support more fields for admin/default quota update | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Tzach Shefi <tshefi> | ||||||
| Component: | python-django-horizon | Assignee: | OSP Team <rhos-maint> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | Beth White <beth.white> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 13.0 (Queens) | CC: | athomas, jrist, mrunge, rdopiera, srevivo | ||||||
| Target Milestone: | --- | Keywords: | FutureFeature | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | NeedsAllocation | ||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2022-03-03 15:43:56 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1479454 [details]
Edit default quotas list missing fields
Since we don't support that yet, I believe this should be a feature request. Do you have a list of fields that you would want to be supported? I just happen to need Cinder backup. Ask your self if you see a list of fields, on clicking "edit defaults" IMHO I'd expect to be able to edit all of them. Well, sure, of course that would be awesome, however that's not how it works in this case. Every field requires a bit of custom code in this case, and new fields are getting added by various services all the time. If you want this ticket to ever be closed, it needs to be a well-defined chunk of work that can be finished. I see, me being more storage orientated missing these two: Backup Size Backups Thanks |
Created attachment 1479453 [details] Print screen of admin/default quota field list Description of problem: Fail to update Cinder backup quota from within Horizon. BTW it also fails to OS client, I'll open a separate bug for that. Version-Release number of selected component (if applicable): puppet-horizon-9.7.0-1.el7ost.noarch python-django-horizon-10.0.5-9.el7ost.noarch How reproducible: Every time Steps to Reproduce: 1. Login to dashboard, go to admin tab 2. Select defaults to review default quota settings 3. Great I see a whole list (see DefaultQuotas.png) of settings I can change quotas for. 4. Click "update Defaults" 5. A new list pops up (see EditDefaults.png) but this list doesn't include all the values I saw before, missing quite a few, for example I wish to extend the default backup quota of 10. Actual results: No backup field is show. Expected results: Before hitting "update defaults" button, the list shows all the fields, I'd expect to be able see/edit this one I click edit not just a short sub list of fields. Additional info: My workaround update quota from Cinder client that's the only way I found to do it.