horizon/openstack_dashboard/usage
Sam Betts 947bc63977 Pass correct project ID to get tenant_usages
The current implementation of tenant_quota_usages did not allow for
queries regarding projects that were not the currently active project,
this meant that when an admin went to edit or create a project it tried
to verify the usages against the wrong project. This patch adds the
code for passing a project id to the tenant_quota_usages function so
that the usages can be fetched for a specific project, as well as
removes the need for usage validation on creation of a new project.

(cherry picked from commit 193d40a414)

Change-Id: I3ec84d14c8be7e3aae066119e963c4093f8aa345
Closes-Bug: 1380701
2015-03-13 15:36:57 +00:00
..
__init__.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00
base.py Persist usage start and end dates in the session 2014-09-25 15:16:28 -05:00
quotas.py Pass correct project ID to get tenant_usages 2015-03-13 15:36:57 +00:00
tables.py Change column uptime 2014-10-01 14:00:31 +02:00
views.py Fix Flake8 style warnings in openstack_dashboard/ 2014-07-30 14:13:24 +02:00