yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #22992
[Bug 1376945] [NEW] os-networks extension displays cidr incorrectly
Public bug reported:
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.
** Affects: nova
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References