← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1588764] Re: create subnet button is not always changed when quota exceeded

 

Reviewed:  https://review.openstack.org/325224
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=028aecc192a41306aa4e740c19b482bc664971f4
Submitter: Jenkins
Branch:    master

commit 028aecc192a41306aa4e740c19b482bc664971f4
Author: Itxaka <itxakaserrano@xxxxxxxxx>
Date:   Tue Jun 14 13:37:08 2016 +0200

    Take shared subnets into account for quotas
    
    Previously, shared subnets were ignored by collecting used
    networks; the "Create subnet" button is still enabled, but
    subnet creation is forbidden by neutron due to quota reached.
    
    Change-Id: I20b3373ab86631922945285a12ca4810b707b0be
    Closes-Bug: #1588764


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1588764

Title:
  create subnet button is not always changed when quota exceeded

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  
  usually, when a user creates subnets, he can do this, until the quota is reached. In that case, the create subnet button is disabled, and the text is changed to "Create subnet (quota exceeded)" and the button is being disabled.

  Button disabling and changing the text does not work, if there is a
  shared subnet for the same project. (It looks like shared subnets are
  not taken into account). But neutron cares about shared subnet.
  Creating another one fails with a "quota exceeded" message

  
  This is basically the same issue as https://bugs.launchpad.net/horizon/+bug/1513795 but affecting subnets instead.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1588764/+subscriptions


References