horizon/openstack_dashboard/usage
Akihiro MOTOKI 12faaa5c30 Ensure to use api.<category>.<method>
In the current code both api.<method> and api.<category>.<method> are used.
Using api.<method> directly makes it difficult to identify which module
defined a method and forces developers to use unique method names among
projects. This commit removes api.<method> style method calls.

Change-Id: Iaefa1061f99b7865e02541df87c112a6b2868ec0
2013-01-22 20:37:12 +09:00
..
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
base.py Ensure to use api.<category>.<method> 2013-01-22 20:37:12 +09:00
quotas.py Add a check for unlimited quotas 2012-12-05 16:34:20 -03:00
tables.py Fixed url pattern for project:instances:detail page 2012-10-23 11:33:32 +03:00
views.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00