tuskar-ui/openstack_dashboard
Tzu-Mainn Chen 4e2aebdd3b Integrate python-tuskarclient
This patch integrates python-tuskarclient.  To install, run:

pip install -r tools/pip-requires

The patch also updates the ResourceClass and Rack CRUD operations
to use tuskarclient.  'flavors' and 'racks' methods are renamed
to 'list_flavors' and 'list_racks' to prevent collision, as
'racks' is now an attribute of a resource class.  This is
also consistent with Horizon nomenclature.

Associations are *not* updated; so a resource class cannot
associate itself with racks or flavors.  The body of those
methods are simply commented out to allow the UI to 'work'
with no errors.

API tests associated with the above associations fail;
all other tests should pass.

Change-Id: I53dcbb79ad02e32b9bf9d4ed9c61a8dd13e3d0e0
2013-08-01 16:18:56 +02:00
..
api Integrate python-tuskarclient 2013-08-01 16:18:56 +02:00
dashboards Integrate python-tuskarclient 2013-08-01 16:18:56 +02:00
local Integrate python-tuskarclient 2013-08-01 16:18:56 +02:00
locale Correct a wonky translation from commit b7e3624 2013-05-13 22:22:44 -07:00
openstack Add openstack-common 2013-07-11 10:59:56 +02:00
static Make row actions menu visible for the lower row 2013-07-29 13:09:13 +04:00
templates Update Horizon for Django 1.5 compatibility 2013-04-30 20:54:39 -07:00
test Integrate python-tuskarclient 2013-08-01 16:18:56 +02:00
usage Query a period of time for usage summary 2013-07-25 09:50:42 -03:00
utils Neutron Security Group native support 2013-07-12 21:03:40 +09:00
wsgi Updated the django.wsgi file for devstack. 2012-02-29 01:37:37 -08:00
__init__.py Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
context_processors.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
exceptions.py Update management to tuskar 2013-08-01 16:18:56 +02:00
settings.py Initial management dummy api 2013-08-01 16:18:54 +02:00
urls.py Sort imports alphabetically 2013-06-14 12:05:55 +02:00
views.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00