RETIRED, The UI component for Tuskar
Go to file
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
.tx Final translations for Folsom. 2012-09-18 15:26:19 -07:00
bin Readding bin dir which was mistakenly deleted. 2012-10-12 15:35:19 -07:00
doc Merge "Use oslo.sphinx and remove local copy of doc theme" 2013-07-23 08:46:03 +00:00
horizon Add interval selector to modal line charts 2013-08-01 16:18:56 +02:00
openstack_dashboard Integrate python-tuskarclient 2013-08-01 16:18:56 +02:00
tools Renames tools/pip-requires to requirements.txt 2013-05-29 12:07:35 +02:00
.gitignore Initial management dummy api 2013-08-01 16:18:54 +02:00
.gitreview Add .gitreview and rfc.sh. 2011-10-28 09:50:35 -04:00
.mailmap remove 'import *' usage (or mark is #noqa) 2013-07-30 11:45:39 +08:00
.pylintrc updating run_tests.sh to mimic other openstack projects, pep8, pylint, coverage 2011-08-31 14:41:36 -07:00
HACKING.rst Add HACKING.rst 2013-06-11 10:52:50 -07:00
LICENSE Initial commit 2011-01-12 13:43:31 -08:00
Makefile Unifies the project packaging into one set of modules. 2012-02-29 00:20:13 -08:00
manage.py Fix PEP8 issues. 2012-08-29 15:53:07 +08:00
MANIFEST.in Renames tools/pip-requires to requirements.txt 2013-05-29 12:07:35 +02:00
openstack-common.conf Add openstack-common 2013-07-11 10:59:56 +02:00
README Initial commit. 2013-08-01 16:18:54 +02:00
README.rst Renames tools/pip-requires to requirements.txt 2013-05-29 12:07:35 +02:00
requirements.txt Integrate python-tuskarclient 2013-08-01 16:18:56 +02:00
run_tests.sh Unpinning upper bound on python-*clients 2013-07-23 09:41:31 -06:00
setup.cfg Migrate to PBR for build tooling. 2013-04-27 11:56:07 -04:00
setup.py Pinning minimum pbr and d2to1 versions 2013-07-12 10:52:14 -06:00
test-requirements.txt Use oslo.sphinx and remove local copy of doc theme 2013-07-05 16:10:43 -04:00
tox.ini remove 'import *' usage (or mark is #noqa) 2013-07-30 11:45:39 +08:00

This is a repo for sharing UI elements for the new OpenStack-M work.

This file is largely a test. Feel free to delete it.