ceilometer import oslo.concurrency failed issue

Bug #1398656 reported by Kai Qiang Wu(Kennan)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ceilometer
Fix Released
Undecided
Kai Qiang Wu(Kennan)
Cinder
Fix Released
Low
ZhiQiang Fan
Designate
Fix Released
Low
ZhiQiang Fan
Glance
Fix Released
Low
ZhiQiang Fan
Ironic
Fix Released
Low
ZhiQiang Fan
OpenStack Compute (nova)
Fix Released
Undecided
ZhiQiang Fan
OpenStack Identity (keystone)
Fix Released
Low
ZhiQiang Fan
glance_store
Fix Released
Low
Zhi Yan Liu

Bug Description

during ceilometer review and find jenkis failed with following message:

2014-12-03 01:28:04.969 | pep8 runtests: PYTHONHASHSEED='0'
2014-12-03 01:28:04.969 | pep8 runtests: commands[0] | flake8
2014-12-03 01:28:04.970 | /home/jenkins/workspace/gate-ceilometer-pep8$ /home/jenkins/workspace/gate-ceilometer-pep8/.tox/pep8/bin/flake8
2014-12-03 01:28:21.508 | ./ceilometer/utils.py:30:1: H302 import only modules.'from oslo.concurrency import processutils' does not import a module
2014-12-03 01:28:21.508 | from oslo.concurrency import processutils
2014-12-03 01:28:21.508 | ^
2014-12-03 01:28:21.508 | ./ceilometer/ipmi/platform/ipmitool.py:19:1: H302 import only modules.'from oslo.concurrency import processutils' does not import a module
2014-12-03 01:28:21.508 | from oslo.concurrency import processutils
2014-12-03 01:28:21.508 | ^
2014-12-03 01:28:21.696 | ERROR: InvocationError: '/home/jenkins/workspace/gate-ceilometer-pep8/.tox/pep8/bin/flake8'
2014-12-03 01:28:21.697 | pep8 runtests: commands[1] | flake8 --filename=ceilometer-* bin

This seems

https://github.com/openstack/oslo.concurrency/blob/master/oslo_concurrency/processutils.py

should change to

from oslo_concurrency import processutils

Changed in ceilometer:
assignee: nobody → Kai Qiang Wu (wkqwu)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to ceilometer (master)

Fix proposed to branch: master
Review: https://review.openstack.org/138616

Changed in ceilometer:
status: New → In Progress
Revision history for this message
Kai Qiang Wu(Kennan) (wkqwu) wrote :

Just notice :

https://bugs.launchpad.net/hacking/+bug/1398472

this issue has same as above.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (master)

Reviewed: https://review.openstack.org/138616
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=542ac4cee3381695faf2310f4186130ba812fc82
Submitter: Jenkins
Branch: master

commit 542ac4cee3381695faf2310f4186130ba812fc82
Author: Kennan <email address hidden>
Date: Wed Dec 3 11:02:08 2014 +0800

    fix import oslo.concurrency issue

      Details can be checked in bug description

    Change-Id: I01781266740b6041b72d17eb226c60b0cdde732c
    Closes-Bug: #1398656

Changed in ceilometer:
status: In Progress → Fix Committed
ZhiQiang Fan (aji-zqfan)
Changed in nova:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
Changed in keystone:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
Changed in nova:
status: New → In Progress
Changed in keystone:
status: New → In Progress
Changed in cinder:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
status: New → In Progress
Changed in designate:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
status: New → In Progress
Changed in ironic:
status: New → In Progress
assignee: nobody → ZhiQiang Fan (aji-zqfan)
Kiall Mac Innes (kiall)
Changed in designate:
milestone: none → kilo-1
importance: Undecided → Low
Dmitry Tantsur (divius)
Changed in ironic:
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/139778
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=b0b272626d68840308168156a396863ab43d9db0
Submitter: Jenkins
Branch: master

commit b0b272626d68840308168156a396863ab43d9db0
Author: ZhiQiang Fan <email address hidden>
Date: Sat Dec 6 11:59:30 2014 +0800

    rename oslo.concurrency to oslo_concurrency

    oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
    the old path oslo.concurrency can still work but is deprecated now.

    Change-Id: I1538dad5cbacf1e6041c571d5bc55994689c08b0
    Closes-Bug: #1398656

Changed in nova:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to designate (master)

Reviewed: https://review.openstack.org/139781
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=e8645863db140b7a5457f579645a1e3ed350520a
Submitter: Jenkins
Branch: master

commit e8645863db140b7a5457f579645a1e3ed350520a
Author: ZhiQiang Fan <email address hidden>
Date: Sat Dec 6 12:17:29 2014 +0800

    rename oslo.concurrency to oslo_concurrency

    oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
    the old path oslo.concurrency can still work but is deprecated now.

    Change-Id: Iee4290ea681a6295e4c8787b5362f61720dfa911
    Closes-Bug: #1398656

Changed in designate:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (master)

Reviewed: https://review.openstack.org/139782
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=c5e53000ec78dbb90f35b88498d447e217465fa4
Submitter: Jenkins
Branch: master

commit c5e53000ec78dbb90f35b88498d447e217465fa4
Author: ZhiQiang Fan <email address hidden>
Date: Sat Dec 6 12:20:27 2014 +0800

    rename oslo.concurrency to oslo_concurrency

    oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
    the old path oslo.concurrency can still work but is deprecated now.

    Change-Id: I2b2b362f766bb82058af6f9ed92189165aa9a629
    Closes-Bug: #1398656

Changed in ironic:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in ironic:
milestone: none → kilo-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in designate:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in ceilometer:
milestone: none → kilo-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: none → kilo-1
status: Fix Committed → Fix Released
Mike Perez (thingee)
Changed in cinder:
milestone: none → kilo-2
assignee: ZhiQiang Fan (aji-zqfan) → Mike Perez (thingee)
importance: Undecided → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to cinder (master)

Fix proposed to branch: master
Review: https://review.openstack.org/143222

Changed in cinder:
assignee: Mike Perez (thingee) → ZhiQiang Fan (aji-zqfan)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to cinder (master)

Reviewed: https://review.openstack.org/143222
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=8ddcf590b98182eaf7dcfc46f1d8d5b888d2eac9
Submitter: Jenkins
Branch: master

commit 8ddcf590b98182eaf7dcfc46f1d8d5b888d2eac9
Author: Mike Perez <email address hidden>
Date: Fri Dec 19 15:38:11 2014 -0800

    Rename oslo.concurrency to oslo_concurrency

    oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
    the old path oslo.concurrency can still work but is deprecated now.

    Closes-Bug: #1398656
    Change-Id: I52211d7b7e1db3454c99d27042dae506adb2c41c

Changed in cinder:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on cinder (master)

Change abandoned by ZhiQiang Fan (<email address hidden>) on branch: master
Review: https://review.openstack.org/139779

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/139777
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=3a0a36073b2998736c6600cbe0a974178dedbd98
Submitter: Jenkins
Branch: master

commit 3a0a36073b2998736c6600cbe0a974178dedbd98
Author: ZhiQiang Fan <email address hidden>
Date: Sat Dec 6 11:48:29 2014 +0800

    rename oslo.concurrency to oslo_concurrency

    oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
    the old path oslo.concurrency can still work but is deprecated now.

    Change-Id: I86629a81d55d88b67cdf0639dc9995887b516cca
    Closes-Bug: #1398656

Changed in keystone:
status: In Progress → Fix Committed
ZhiQiang Fan (aji-zqfan)
Changed in glance:
assignee: nobody → ZhiQiang Fan (aji-zqfan)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to glance (master)

Fix proposed to branch: master
Review: https://review.openstack.org/144263

Changed in glance:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/144263
Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=b4b90395e31260990b0ee203ce0f685b258d952e
Submitter: Jenkins
Branch: master

commit b4b90395e31260990b0ee203ce0f685b258d952e
Author: ZhiQiang Fan <email address hidden>
Date: Mon Dec 29 15:55:37 2014 +0800

    rename oslo.concurrency to oslo_concurrency

    oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
    the old path oslo.concurrency can still work but is deprecated now.

    Change-Id: Idbf6ea10ddf6fdab9695c6dfb132bd720394ffdf
    Closes-Bug: #1398656

Changed in glance:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to glance_store (master)

Fix proposed to branch: master
Review: https://review.openstack.org/144631

Zhi Yan Liu (lzy-dev)
Changed in glance-store:
assignee: nobody → Zhi Yan Liu (lzy-dev)
status: New → In Progress
Zhi Yan Liu (lzy-dev)
Changed in glance-store:
milestone: none → v0.1.11
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance_store (master)

Reviewed: https://review.openstack.org/144631
Committed: https://git.openstack.org/cgit/openstack/glance_store/commit/?id=df444d6531176e5928f92b95569071d4ec27c8cc
Submitter: Jenkins
Branch: master

commit df444d6531176e5928f92b95569071d4ec27c8cc
Author: Zhi Yan Liu <email address hidden>
Date: Wed Dec 31 20:14:01 2014 +0800

    Rename oslo.concurrency to oslo_concurrency

    oslo.concurrency-0.3.0 has moved its path to oslo_concurrency,
    the old path oslo.concurrency can still work but is deprecated now.

    Change-Id: I7827f1d8301585562d6dd85a7d1bfe4d1b28a1e5
    Closes-Bug: #1398656
    Signed-off-by: Zhi Yan Liu <email address hidden>

Changed in keystone:
milestone: none → kilo-2
Changed in keystone:
importance: Undecided → Low
Thierry Carrez (ttx)
Changed in keystone:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in cinder:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in glance:
milestone: none → kilo-2
status: Fix Committed → Fix Released
Changed in glance:
importance: Undecided → Low
Changed in glance-store:
importance: Undecided → Low
Changed in glance-store:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in keystone:
milestone: kilo-2 → 2015.1.0
Thierry Carrez (ttx)
Changed in glance:
milestone: kilo-2 → 2015.1.0
Thierry Carrez (ttx)
Changed in ceilometer:
milestone: kilo-1 → 2015.1.0
Thierry Carrez (ttx)
Changed in nova:
milestone: kilo-1 → 2015.1.0
Thierry Carrez (ttx)
Changed in cinder:
milestone: kilo-2 → 2015.1.0
Thierry Carrez (ttx)
Changed in ironic:
milestone: kilo-1 → 2015.1.0
Thierry Carrez (ttx)
Changed in designate:
milestone: kilo-1 → 2015.1.0
Changed in glance-store:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.