** 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
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp