murano uses deprecated psutil.NUM_CPUS
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Murano |
Wishlist
|
Kirill Zaitsev | |||
Mitaka |
High
|
Kirill Zaitsev | |||
Newton |
Wishlist
|
Kirill Zaitsev | |||
Ubuntu Cloud Archive |
Undecided
|
Unassigned | |||
Mitaka |
Undecided
|
Unassigned | |||
Newton |
Undecided
|
Unassigned | |||
murano (Ubuntu) |
Undecided
|
Unassigned | |||
Xenial |
Undecided
|
Unassigned | |||
Yakkety |
Undecided
|
Unassigned | |||
Zesty |
Undecided
|
Unassigned |
Bug Description
In [2]: psutil.NUM_CPUS
/Users/
#!/Users/
Changed in murano: | |
status: | Confirmed → In Progress |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit 8fb54da2f91a882
Author: Kirill Zaitsev <email address hidden>
Date: Fri Jul 1 18:20:38 2016 +0300
Use multiprocessing
psutil.NUM_CPUS has been deprecated in psutil 2.x
While currently global-requirements restrict usage of psutil to
versions <2.0.0 it can be good to be prepared for upgrade in advance.
This commit makes use of multiprocessing module instead.
Change-Id: I6a4653eb7e5c26
Closes-Bug: #1598208
Changed in murano: | |
status: | In Progress → Fix Released |
This issue was fixed in the openstack/murano 3.0.0.0b2 development milestone.
Kirill Zaitsev (kzaitsev) wrote : | #4 |
This is actually the case with UCA packages of murano. Ubuntu packages 3.4.2 even though global-requirements has <2.0.0
Fix proposed to branch: stable/mitaka
Review: https:/
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: stable/mitaka
commit 521f031490f07f1
Author: Kirill Zaitsev <email address hidden>
Date: Fri Jul 1 18:20:38 2016 +0300
Use multiprocessing
psutil.NUM_CPUS has been deprecated in psutil 2.x
While currently global-requirements restrict usage of psutil to
versions <2.0.0 it can be good to be prepared for upgrade in advance.
This commit makes use of multiprocessing module instead.
Change-Id: I6a4653eb7e5c26
Closes-Bug: #1598208
(cherry picked from commit 8fb54da2f91a882
This issue was fixed in the openstack/murano 2.0.2 release.
Changed in murano (Ubuntu Yakkety): | |
status: | New → Fix Released |
Changed in murano (Ubuntu Zesty): | |
status: | New → Fix Released |
Changed in murano (Ubuntu Xenial): | |
status: | New → Triaged |
Fix proposed to branch: master /review. openstack. org/336619
Review: https:/