1. <openstackgerrit> Timur Sufiev proposed openstack/horizon: Splice QuotaUsage and QuotaSet classes https://review.openstack.org/357252
  2. <tsufiev> sjmc7, that is ^^^ my approach to saner quotas
  3. where is ducttape when I finally got something to show him...
  4. so, the first idea is to get rid of QuotaUsage by adding some of its features to QuotaSet
  5. I honestly don't see need to have both classes
  6. <-- Ephur has quit (Ping timeout: 252 seconds)
  7. <tsufiev> then, since nova and cinder already can return usage stats in the same call which is used for getting quota limits, we don't need to make a separate call to get their usages
  8. networks quotas are still troublesome
  9. also, there is quite a mess due to network quotas possibly coming either from Nova or from Neutron, and then some of network quotas possibly disabled when _some_ of Neutron extensions are disabled
  10. <-- _ducttape_ has quit (Remote host closed the connection)
  11. <tsufiev> I still don't have an idea if that could be simplified