Reviewed: https://review.openstack.org/638071 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b57eea0042cd20285a7271877552f1800ec47f93 Submitter: Zuul Branch: master
commit b57eea0042cd20285a7271877552f1800ec47f93 Author: Akihiro Motoki <[email protected]> Date: Wed Feb 20 05:05:55 2019 +0900 Ensure to use tenant_quota_usages Cinder generic group implementation accidentally used quotas.tenant_limit_usages() which was removed by https://review.openstack.org/#/c/526703/. Change-Id: Ifdb36da7e5bd9d930d011e52b0041ed66be5bab5 Closes-Bug: #1815639 ** 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/1815639 Title: WARNING horizon.exceptions Recoverable error: 'module' object has no attribute 'tenant_limit_usages' Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Since https://review.openstack.org/#/c/526703/ From the page project/volume_groups/ when clicking on 'Clone Group' or 'Create Snapshot' Or from the page project/vg_snapshots/ when clicking on 'Create Group' we get this: Recoverable error: 'module' object has no attribute 'tenant_limit_usages' This is because the method has been removed : https://review.openstack.org/#/c/526703/8/openstack_dashboard/usage/quotas.py Affects master and stable/rocky To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1815639/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

