← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1285306] [NEW] N1kv plugin string split on None exception

 

Public bug reported:

In function _initialize_network_ranges() in n1kv_neutron_plugin.py, _get_segment_range() is called regardless of network type.
For trunk and multi-segment networks, which don't have a segment range, this results in an exception.

The fix is to check for network type, before the _get_segment_range()
operation.

A patch for this will be submitted.

** Affects: neutron
     Importance: Undecided
         Status: New


** Tags: n1kv

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

Title:
  N1kv plugin string split on None exception

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  In function _initialize_network_ranges() in n1kv_neutron_plugin.py, _get_segment_range() is called regardless of network type.
  For trunk and multi-segment networks, which don't have a segment range, this results in an exception.

  The fix is to check for network type, before the _get_segment_range()
  operation.

  A patch for this will be submitted.

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


Follow ups

References