horizon/openstack_dashboard/dashboards/admin/info
Radomir Dopieralski 0c3b71055c Add missing mock for cinder.default_quota_get
When running tests, I get the following logs:

INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1):
public.nova.example.com

DEBUG:cinderclient.client:Connection refused:
HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries
exceeded with url: /v1/os-quota-sets/1/defaults (Caused by <class
'socket.gaierror'>: [Errno -2] Name or service not known)

Which signify, that there is a mock missing in the tests.
This patch adds that missing mock.

Change-Id: I4f79f533b729112d11c7165adde2ac751d49f46b
Closes-Bug: #1300141
(cherry picked from commit e019ed140e)
2014-04-24 17:43:23 +01:00
..
templates/info Reworks quotas and services panels into System Info panel. 2012-11-17 15:49:17 -08:00
__init__.py Reworks quotas and services panels into System Info panel. 2012-11-17 15:49:17 -08:00
constants.py Host aggregates panel. 2014-03-04 15:25:32 +00:00
panel.py Remove #noqa from most common imports and add them to import_exceptions 2014-01-07 12:26:35 +01:00
tables.py Make "Gigabytes" quotas description more meaningful 2014-03-29 21:59:58 +09:00
tabs.py Remove the update default quotas feature 2014-03-26 12:19:21 -03:00
tests.py Add missing mock for cinder.default_quota_get 2014-04-24 17:43:23 +01:00
urls.py Fix django.conf.urls.defaults imports 2013-11-04 17:10:57 +11:00
views.py Host aggregates panel. 2014-03-04 15:25:32 +00:00