← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1306301] [NEW] NSX plugin unable to list gateway devices

 

Public bug reported:

A small error has been introduced in get_gateway_devices, causing the method fail everytime.
It tried to pass 'fields' to _get_collection_query, but this method does not have the fields keyword parameter.

The error went undetected as db-level unit tests do not cover
get_gateway_devices.

The error affect icehouse only.

** Affects: neutron
     Importance: High
     Assignee: Salvatore Orlando (salvatore-orlando)
         Status: New


** Tags: icehouse-backport-potential vmware

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1306301

Title:
  NSX plugin unable to list gateway devices

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  A small error has been introduced in get_gateway_devices, causing the method fail everytime.
  It tried to pass 'fields' to _get_collection_query, but this method does not have the fields keyword parameter.

  The error went undetected as db-level unit tests do not cover
  get_gateway_devices.

  The error affect icehouse only.

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


Follow ups

References