← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1376945] Re: os-networks extension displays cidr incorrectly

 

** Changed in: nova
       Status: Fix Committed => Fix Released

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

Title:
  os-networks extension displays cidr incorrectly

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The nova-networks extension is improperly converting cidr values to
  strings:

  $ nova network-list

  shows a list of ips for cidr:

  [u'192.168.50.0', u'192.168.50.1', u'192.168.50.2',
  u'192.168.50.3',...]

  This is possibly due to the extension being updated to use objects,
  but I don't recall seeing it previously, so it is possible something
  changed the way an ipnetwork is converted to json so that it now
  iterates through the object isntead of printing it as a string.

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


References