horizon/openstack_dashboard/dashboards/project
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
..
access_and_security Add help text to BatchAction 2015-02-27 15:12:34 +08:00
containers Reduce page title duplication in Containers 2015-02-11 16:35:23 +00:00
data_processing Permit using latest python-cinderclient 2015-03-03 15:45:52 -08:00
database_backups Merge "Make values for Database&Backup status be translatable" 2015-02-18 18:40:30 +00:00
databases Add help text to BatchAction 2015-02-27 15:12:34 +08:00
firewalls made action value translatable in firewall rules table 2015-02-27 12:17:17 +05:30
images Merge "Generate a drop down field for custom heat parameters" 2015-03-02 23:55:23 +00:00
instances Merge "context['view'] not available in Serial Console" 2015-03-03 00:41:33 +00:00
loadbalancers Refactor modal forms for Load Balancers 2015-02-19 14:58:29 +00:00
network_topology Reduce title duplication in project networking 2015-02-17 10:01:37 +00:00
networks Add django url tag to network create template. 2015-02-26 16:32:53 +08:00
overview Reduce page title duplication in Images & Instance 2015-02-12 12:35:45 +00:00
routers Add help text to BatchAction 2015-02-27 15:12:34 +08:00
stacks Generate a drop down field for custom heat parameters 2015-02-27 15:08:05 -05:00
volumes Permit using latest python-cinderclient 2015-03-03 15:45:52 -08:00
vpn Remove unused import 2015-02-21 15:28:11 +08:00
__init__.py Splits OpenStack Dashboard bits from framework app code. 2012-10-11 11:47:50 -07:00
dashboard.py Clean unused code for `supports_tenants` 2015-02-04 10:10:49 +08:00
models.py Remove extraneous vim configuration comments 2014-05-06 15:30:10 +08:00