Comment 2 for bug 1330632

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

Reviewed: https://review.openstack.org/101813
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=1246cd32e33451831255236a3abd8e5e4bf236b1
Submitter: Jenkins
Branch: master

commit 1246cd32e33451831255236a3abd8e5e4bf236b1
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