yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25882
[Bug 1361264] Re: Neutron metering does not check overlapping ip range
** Changed in: neutron
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1361264
Title:
Neutron metering does not check overlapping ip range
Status in OpenStack Neutron (virtual network service):
Fix Released
Bug description:
I use neutron metering api to create two same rules, I did not get any
error. I think that I should get the error
"MeteringLabelRuleOverlaps" defined in neutron/extensions/metering.py
BTW,
We define the following error inherit "NotFound", I think "Conflict" is better:
In neutron/extensions/metering.py
class MeteringLabelRuleOverlaps(qexception.NotFound):
message = _("Metering label rule with remote_ip_prefix "
"%(remote_ip_prefix)s overlaps another")
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1361264/+subscriptions
References