horizon/openstack_dashboard/dashboards/admin/aggregates
Gary W. Smith dca7117fdf Permit using latest python-cinderclient
Fix a number of unit tests so that they will work with the latest
cinderclient, which will be released by the end of Kilo.

The problem was that several horizon unit tests made calls into
python-cinderclient that should have been stubbed out (but were not).
These calls silently did nothing in the released python-cinderclient due
to a "feature" where certain GET functions would return an empty list
when the auth url was an empty string, instead of returning an auth
failure.  Recent changes in the python-cinderclient authorization
functions closed this hole, which then revealed problems in the horizon
unit tests:
1) several tests were lacking stubs to cinder calls, and
2) the auth url in test of cinderclient v2 was empty due to a missing
   dictionary entry in test_data/keystone_data.py

Change-Id: I33967a924f4e47009fdc1613248afd1bd377f34f
Closes-Bug: 1423425
Co-Authored-By: Richard Hagarty <richard.hagarty@hp.com>
2015-03-03 15:45:52 -08:00
..
templates/aggregates Reduce page title duplication in Admin Aggregates 2015-02-11 16:31:24 +00:00
__init__.py Host aggregates panel. 2014-03-04 15:25:32 +00:00
constants.py Enable host aggregate metadata update 2014-09-11 19:30:17 +02:00
forms.py Fix E127 errors in openstack_dashboard/dashboards/admin/ 2014-10-02 19:46:52 +09:00
panel.py Potential 500 pages on allowed methods removed 2014-12-29 10:53:49 -07:00
tables.py Move to hacking 0.10 2015-02-04 20:27:07 -08:00
tests.py Permit using latest python-cinderclient 2015-03-03 15:45:52 -08:00
urls.py Fix E128 errors in openstack_dashboard/dashboards/admin/ 2014-10-15 13:50:07 +09:00
views.py Reduce page title duplication in Admin Aggregates 2015-02-11 16:31:24 +00:00
workflows.py Move to hacking 0.10 2015-02-04 20:27:07 -08:00