[Bug 2025499] Re: [SRU] zed stable releases

Corey Bryant 2025499 at bugs.launchpad.net
Fri Jun 30 22:03:07 UTC 2023


** Description changed:

- 
  [Impact]
  This release sports mostly bug-fixes and we would like to make
  sure all of our supported customers have access to these
  improvements. The update contains the following package updates:
  
  ceilometer 19.1.0
  cinder 21.3.0
  neutron 21.1.1
  nova 26.2.0
  
  [Test Case]
  The following SRU process was followed:
  https://wiki.ubuntu.com/OpenStackUpdates
  
  In order to avoid regression of existing consumers, the OpenStack team
  will run their continuous integration test against the packages that
  are in -proposed. A successful run of all available tests will be
  required before the proposed packages can be let into -updates.
  
  The OpenStack team will be in charge of attaching the output summary
  of the executed tests. The OpenStack team members will not mark
  ‘verification-done’ until this has happened.
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned tests are attached to this bug.
  
  [Discussion]
- n/a
+ neutron 21.1.1 is failing to build with 10 test failures such as the following. They are fixed if we align neutron-lib with upper-constraints for stable/zed at version 3.1.2:
+ 
+ ======================================================================
+ FAIL: neutron.tests.unit.conf.policies.test_qos.ProjectReaderQosMinimumPacketRateRuleTests.test_get_policy_minimum_packet_rate_rule
+ neutron.tests.unit.conf.policies.test_qos.ProjectReaderQosMinimumPacketRateRuleTests.test_get_policy_minimum_packet_rate_rule
+ ----------------------------------------------------------------------
+ testtools.testresult.real._StringException: pythonlogging:'': {{{ERROR [neutron.policy] Unable to verify match:%(ext_parent:tenant_id)s as the parent resource: ext_parent was not found}}}
+ 
+ Traceback (most recent call last):
+   File "/<<PKGBUILDDIR>>/neutron/tests/base.py", line 182, in func
+     return f(self, *args, **kwargs)
+   File "/<<PKGBUILDDIR>>/neutron/tests/base.py", line 182, in func
+     return f(self, *args, **kwargs)
+   File "/<<PKGBUILDDIR>>/neutron/tests/unit/conf/policies/test_qos.py", line 1508, in test_get_policy_minimum_packet_rate_rule
+     policy.enforce(self.context,
+   File "/<<PKGBUILDDIR>>/neutron/policy.py", line 518, in enforce
+     result = _ENFORCER.enforce(rule, target, context, action=action,
+   File "/usr/lib/python3/dist-packages/oslo_policy/policy.py", line 1049, in enforce
+     result = _checks._check(
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 257, in __call__
+     return _check(
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 213, in __call__
+     if _check(rule, target, cred, enforcer, current_rule):
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 178, in __call__
+     if not _check(rule, target, cred, enforcer, current_rule):
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 257, in __call__
+     return _check(
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/<<PKGBUILDDIR>>/neutron/policy.py", line 359, in __call__
+     raise exceptions.PolicyCheckError(
+ neutron_lib.exceptions.PolicyCheckError: Failed to check policy tenant_id:%(ext_parent:tenant_id)s because Unable to verify match:%(ext_parent:tenant_id)s as the parent resource: ext_parent was not found.

** Description changed:

  [Impact]
  This release sports mostly bug-fixes and we would like to make
  sure all of our supported customers have access to these
  improvements. The update contains the following package updates:
  
  ceilometer 19.1.0
  cinder 21.3.0
  neutron 21.1.1
  nova 26.2.0
+ python-neutron-lib 3.1.2
  
  [Test Case]
  The following SRU process was followed:
  https://wiki.ubuntu.com/OpenStackUpdates
  
  In order to avoid regression of existing consumers, the OpenStack team
  will run their continuous integration test against the packages that
  are in -proposed. A successful run of all available tests will be
  required before the proposed packages can be let into -updates.
  
  The OpenStack team will be in charge of attaching the output summary
  of the executed tests. The OpenStack team members will not mark
  ‘verification-done’ until this has happened.
  
  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned tests are attached to this bug.
  
  [Discussion]
  neutron 21.1.1 is failing to build with 10 test failures such as the following. They are fixed if we align neutron-lib with upper-constraints for stable/zed at version 3.1.2:
  
  ======================================================================
  FAIL: neutron.tests.unit.conf.policies.test_qos.ProjectReaderQosMinimumPacketRateRuleTests.test_get_policy_minimum_packet_rate_rule
  neutron.tests.unit.conf.policies.test_qos.ProjectReaderQosMinimumPacketRateRuleTests.test_get_policy_minimum_packet_rate_rule
  ----------------------------------------------------------------------
  testtools.testresult.real._StringException: pythonlogging:'': {{{ERROR [neutron.policy] Unable to verify match:%(ext_parent:tenant_id)s as the parent resource: ext_parent was not found}}}
  
  Traceback (most recent call last):
-   File "/<<PKGBUILDDIR>>/neutron/tests/base.py", line 182, in func
-     return f(self, *args, **kwargs)
-   File "/<<PKGBUILDDIR>>/neutron/tests/base.py", line 182, in func
-     return f(self, *args, **kwargs)
-   File "/<<PKGBUILDDIR>>/neutron/tests/unit/conf/policies/test_qos.py", line 1508, in test_get_policy_minimum_packet_rate_rule
-     policy.enforce(self.context,
-   File "/<<PKGBUILDDIR>>/neutron/policy.py", line 518, in enforce
-     result = _ENFORCER.enforce(rule, target, context, action=action,
-   File "/usr/lib/python3/dist-packages/oslo_policy/policy.py", line 1049, in enforce
-     result = _checks._check(
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
-     return rule(*rule_args)
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 257, in __call__
-     return _check(
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
-     return rule(*rule_args)
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 213, in __call__
-     if _check(rule, target, cred, enforcer, current_rule):
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
-     return rule(*rule_args)
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 178, in __call__
-     if not _check(rule, target, cred, enforcer, current_rule):
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
-     return rule(*rule_args)
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 257, in __call__
-     return _check(
-   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
-     return rule(*rule_args)
-   File "/<<PKGBUILDDIR>>/neutron/policy.py", line 359, in __call__
-     raise exceptions.PolicyCheckError(
+   File "/<<PKGBUILDDIR>>/neutron/tests/base.py", line 182, in func
+     return f(self, *args, **kwargs)
+   File "/<<PKGBUILDDIR>>/neutron/tests/base.py", line 182, in func
+     return f(self, *args, **kwargs)
+   File "/<<PKGBUILDDIR>>/neutron/tests/unit/conf/policies/test_qos.py", line 1508, in test_get_policy_minimum_packet_rate_rule
+     policy.enforce(self.context,
+   File "/<<PKGBUILDDIR>>/neutron/policy.py", line 518, in enforce
+     result = _ENFORCER.enforce(rule, target, context, action=action,
+   File "/usr/lib/python3/dist-packages/oslo_policy/policy.py", line 1049, in enforce
+     result = _checks._check(
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 257, in __call__
+     return _check(
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 213, in __call__
+     if _check(rule, target, cred, enforcer, current_rule):
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 178, in __call__
+     if not _check(rule, target, cred, enforcer, current_rule):
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 257, in __call__
+     return _check(
+   File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
+     return rule(*rule_args)
+   File "/<<PKGBUILDDIR>>/neutron/policy.py", line 359, in __call__
+     raise exceptions.PolicyCheckError(
  neutron_lib.exceptions.PolicyCheckError: Failed to check policy tenant_id:%(ext_parent:tenant_id)s because Unable to verify match:%(ext_parent:tenant_id)s as the parent resource: ext_parent was not found.

** Also affects: python-neutron-lib (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: python-neutron-lib (Ubuntu)
       Status: New => Invalid

** Changed in: python-neutron-lib (Ubuntu Kinetic)
   Importance: Undecided => High

** Changed in: python-neutron-lib (Ubuntu Kinetic)
       Status: New => Triaged

** Changed in: python-neutron-lib (Ubuntu Kinetic)
       Status: Triaged => Won't Fix

** Changed in: cinder (Ubuntu Kinetic)
       Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to cinder in Ubuntu.
https://bugs.launchpad.net/bugs/2025499

Title:
  [SRU] zed stable releases

Status in Ubuntu Cloud Archive:
  Invalid
Status in Ubuntu Cloud Archive zed series:
  Triaged
Status in ceilometer package in Ubuntu:
  Invalid
Status in cinder package in Ubuntu:
  Invalid
Status in neutron package in Ubuntu:
  Invalid
Status in nova package in Ubuntu:
  Invalid
Status in python-neutron-lib package in Ubuntu:
  Invalid
Status in ceilometer source package in Kinetic:
  Won't Fix
Status in cinder source package in Kinetic:
  Won't Fix
Status in neutron source package in Kinetic:
  Won't Fix
Status in nova source package in Kinetic:
  Won't Fix
Status in python-neutron-lib source package in Kinetic:
  Won't Fix

Bug description:
  [Impact]
  This release sports mostly bug-fixes and we would like to make
  sure all of our supported customers have access to these
  improvements. The update contains the following package updates:

  ceilometer 19.1.0
  cinder 21.3.0
  neutron 21.1.1
  nova 26.2.0
  python-neutron-lib 3.1.2

  [Test Case]
  The following SRU process was followed:
  https://wiki.ubuntu.com/OpenStackUpdates

  In order to avoid regression of existing consumers, the OpenStack team
  will run their continuous integration test against the packages that
  are in -proposed. A successful run of all available tests will be
  required before the proposed packages can be let into -updates.

  The OpenStack team will be in charge of attaching the output summary
  of the executed tests. The OpenStack team members will not mark
  ‘verification-done’ until this has happened.

  [Regression Potential]
  In order to mitigate the regression potential, the results of the
  aforementioned tests are attached to this bug.

  [Discussion]
  neutron 21.1.1 is failing to build with 10 test failures such as the following. They are fixed if we align neutron-lib with upper-constraints for stable/zed at version 3.1.2:

  ======================================================================
  FAIL: neutron.tests.unit.conf.policies.test_qos.ProjectReaderQosMinimumPacketRateRuleTests.test_get_policy_minimum_packet_rate_rule
  neutron.tests.unit.conf.policies.test_qos.ProjectReaderQosMinimumPacketRateRuleTests.test_get_policy_minimum_packet_rate_rule
  ----------------------------------------------------------------------
  testtools.testresult.real._StringException: pythonlogging:'': {{{ERROR [neutron.policy] Unable to verify match:%(ext_parent:tenant_id)s as the parent resource: ext_parent was not found}}}

  Traceback (most recent call last):
    File "/<<PKGBUILDDIR>>/neutron/tests/base.py", line 182, in func
      return f(self, *args, **kwargs)
    File "/<<PKGBUILDDIR>>/neutron/tests/base.py", line 182, in func
      return f(self, *args, **kwargs)
    File "/<<PKGBUILDDIR>>/neutron/tests/unit/conf/policies/test_qos.py", line 1508, in test_get_policy_minimum_packet_rate_rule
      policy.enforce(self.context,
    File "/<<PKGBUILDDIR>>/neutron/policy.py", line 518, in enforce
      result = _ENFORCER.enforce(rule, target, context, action=action,
    File "/usr/lib/python3/dist-packages/oslo_policy/policy.py", line 1049, in enforce
      result = _checks._check(
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
      return rule(*rule_args)
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 257, in __call__
      return _check(
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
      return rule(*rule_args)
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 213, in __call__
      if _check(rule, target, cred, enforcer, current_rule):
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
      return rule(*rule_args)
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 178, in __call__
      if not _check(rule, target, cred, enforcer, current_rule):
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
      return rule(*rule_args)
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 257, in __call__
      return _check(
    File "/usr/lib/python3/dist-packages/oslo_policy/_checks.py", line 80, in _check
      return rule(*rule_args)
    File "/<<PKGBUILDDIR>>/neutron/policy.py", line 359, in __call__
      raise exceptions.PolicyCheckError(
  neutron_lib.exceptions.PolicyCheckError: Failed to check policy tenant_id:%(ext_parent:tenant_id)s because Unable to verify match:%(ext_parent:tenant_id)s as the parent resource: ext_parent was not found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/2025499/+subscriptions




More information about the Ubuntu-openstack-bugs mailing list