← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1306559] Re: Fix python26 compatibility for RFCSysLogHandler

 

Addressed by: https://review.openstack.org/#/c/86875/

** Also affects: oslo
   Importance: Undecided
       Status: New

** Changed in: nova
     Assignee: Bogdan Dobrelya (bogdando) => (unassigned)

** Changed in: nova
       Status: In Progress => Confirmed

** Also affects: ceilometer
   Importance: Undecided
       Status: New

** Also affects: cinder
   Importance: Undecided
       Status: New

** Also affects: glance
   Importance: Undecided
       Status: New

** Also affects: keystone
   Importance: Undecided
       Status: New

** Also affects: sahara
   Importance: Undecided
       Status: New

** Also affects: heat
   Importance: Undecided
       Status: New

** Also affects: murano
   Importance: Undecided
       Status: New

** Also affects: neutron
   Importance: Undecided
       Status: New

** Changed in: ceilometer
       Status: New => Confirmed

** Changed in: cinder
       Status: New => Confirmed

** Changed in: glance
       Status: New => Confirmed

** Changed in: keystone
       Status: New => Confirmed

** Changed in: sahara
       Status: New => Confirmed

** Changed in: heat
       Status: New => Confirmed

** Changed in: murano
       Status: New => Confirmed

** Changed in: neutron
       Status: New => Confirmed

** Changed in: oslo
       Status: New => In Progress

** Changed in: oslo
     Assignee: (unassigned) => Bogdan Dobrelya (bogdando)

-- 
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/1306559

Title:
  Fix python26 compatibility for RFCSysLogHandler

Status in OpenStack Telemetry (Ceilometer):
  Confirmed
Status in Cinder:
  Confirmed
Status in OpenStack Image Registry and Delivery Service (Glance):
  Confirmed
Status in Orchestration API (Heat):
  Confirmed
Status in OpenStack Identity (Keystone):
  Confirmed
Status in Murano:
  Confirmed
Status in OpenStack Neutron (virtual network service):
  Confirmed
Status in OpenStack Compute (Nova):
  Confirmed
Status in Oslo - a Library of Common OpenStack Code:
  In Progress
Status in OpenStack Data Processing (Sahara, ex. Savanna):
  Confirmed

Bug description:
  Currently used pattern https://review.openstack.org/#/c/63094/15/openstack/common/log.py (lines 471-479)  will fail for Python 2.6.x.
  In order to fix the broken Python 2.6.x compatibility, old style explicit superclass method calls should be used instead.
  (an example of script to test this behavior with Python 2.7 vs 2.6: http://pastebin.com/e1wANw47 )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ceilometer/+bug/1306559/+subscriptions


References