← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1284665] [NEW] DEBUG:cinderclient.client:Connection refused when running tests

 

Public bug reported:

When running the tests, this is displayed several times and ignored (no
tests fail):

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/snapshots/detail (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
.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/snapshots/detail (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)

Looks like cinder is not mocked properly.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1284665

Title:
  DEBUG:cinderclient.client:Connection refused when running tests

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  When running the tests, this is displayed several times and ignored
  (no tests fail):

  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/snapshots/detail (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
  .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/snapshots/detail (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)

  Looks like cinder is not mocked properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1284665/+subscriptions


Follow ups

References