yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #79925
[Bug 1843368] Re: objname error in QosPolicy
Reviewed: https://review.opendev.org/681158
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2c83e0750954798024212062a20bb5f90788ab2e
Submitter: Zuul
Branch: master
commit 2c83e0750954798024212062a20bb5f90788ab2e
Author: zhanghao2 <zhanghao2@xxxxxxxxxxxxxxxxxxxx>
Date: Tue Aug 13 17:11:08 2019 -0400
Fix objname error in QosPolicy
This patch fixes objname error in class QosPolicy.
Change-Id: Idc67b2d8f7cca19f59f39b9c884d8cec2c12e867
Closes-Bug: #1843368
** Changed in: neutron
Status: In Progress => 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/1843368
Title:
objname error in QosPolicy
Status in neutron:
Fix Released
Bug description:
class QosPolicy(rbac_db.NeutronRbacObject):
def obj_make_compatible(self, primitive, target_version):
if _target_version < (1, 3):
standard_fields = ['revision_number', 'created_at', 'updated_at']
for f in standard_fields:
primitive.pop(f)
if primitive['description'] is None:
# description was not nullable before
raise exception.IncompatibleObjectVersion(
objver=target_version, objname='QoSPolicy')
objname should be QosPolicy.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1843368/+subscriptions
References