Comment 4 for bug 1330632

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (stable/icehouse)

Reviewed: https://review.openstack.org/141050
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=91098122fc5cb6be6e0bd02f2bd9710624b2c888
Submitter: Jenkins
Branch: stable/icehouse

commit 91098122fc5cb6be6e0bd02f2bd9710624b2c888
Author: liyingjun <email address hidden>
Date: Tue Jun 17 23:48:50 2014 +0800

    Exclude security group related quotas when the extension disabled

    When using neutron as network service and security group extension
    disabled, the quotas update workflow will hit some error, because
    'security_group' and 'security_group_rule' are passed to the quotas
    update method for neutron.
    This patch fixes the problem by excluding these two quotas when
    neutron security group extension is disabled.

    Change-Id: I0011e1c0956d3248b748f109d5ab5e93ec55f7d3
    Closes-bug: 1330632
    (cherry picked from commit 1246cd32e33451831255236a3abd8e5e4bf236b1)