Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1623445

Summary: [RFE] Support more fields for admin/default quota update
Product: Red Hat OpenStack Reporter: Tzach Shefi <tshefi>
Component: python-django-horizonAssignee: 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:
Description Flags
Print screen of admin/default quota field list
none
Edit default quotas list missing fields none

Description Tzach Shefi 2018-08-29 11:51:08 UTC
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.

Comment 1 Tzach Shefi 2018-08-29 11:51:52 UTC
Created attachment 1479454 [details]
Edit default quotas list missing fields

Comment 2 Radomir Dopieralski 2018-08-29 14:06:24 UTC
Since we don't support that yet, I believe this should be a feature request.

Comment 3 Radomir Dopieralski 2018-08-29 14:08:07 UTC
Do you have a list of fields that you would want to be supported?

Comment 4 Tzach Shefi 2018-08-29 14:43:18 UTC
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.

Comment 5 Radomir Dopieralski 2018-08-29 15:47:14 UTC
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.

Comment 6 Tzach Shefi 2018-08-30 07:49:25 UTC
I see, me being more storage orientated missing these two:
Backup Size 
Backups 

Thanks