Horizon plugin for OpenStack Orchestration (Heat)
Go to file
Akihiro MOTOKI 86fead3196 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
openstack_dashboard Ensure to use api.<category>.<method> 2013-01-22 20:37:12 +09:00
tox.ini Add ProjectTestingInterface to horizon. 2012-05-26 14:36:19 -07:00