[Performance]Can not disable quota check for button availability check
Bug #1662347 reported by
Lingxian Kong
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
In Progress
|
Undecided
|
Feilong Wang |
Bug Description
When loading a resource page, Horizon will decide if the resource creation button should be hidden or not according to tenant resource usage. Horizon implements quota checking as a generic method as it may be used in many places, so it will get resource usage from Nova, Cinder, Neutron, not only from Neutron. It will lead to several issues:
1. The page loading is very slow because of the quota check.
2. The quota check (especially in Horizon) doesn't make much sense in public cloud.
tags: | added: performance |
summary: |
- Can not disable quota check for button availability check + [Performance]Can not disable quota check for button availability check |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/430029
Review: https:/