murano/murano/common
Kirill Zaitsev 521f031490 Use multiprocessing.cpu_count instead of psutil.NUM_CPUS
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: I6a4653eb7e5c26c3068a4d766acb4bc219920f75
Closes-Bug: #1598208
(cherry picked from commit 8fb54da2f9)
2016-08-25 18:34:26 +00:00
..
helpers Python3: Replace basestring by six.string_types 2016-01-18 23:48:37 -08:00
messaging Allow insecure SSL communications with RabbitMQ 2016-05-11 18:25:16 +00:00
plugins Package type plugins support was added 2015-10-20 22:09:05 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
app_loader.py Fix incorrect format syntax in app_loader 2015-08-05 12:52:38 +08:00
auth_utils.py Updated *_domain_id to "Default" 2016-06-18 15:03:32 +00:00
config.py Allow insecure SSL communications with RabbitMQ 2016-05-11 18:25:16 +00:00
consts.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
engine.py Destroy orphan objects 2016-03-31 14:25:08 +00:00
exceptions.py Replace HTTP 415 return code to HTTP 406 when it's correct 2016-02-10 13:02:53 +03:00
i18n.py Use oslo.i18n for translation 2015-02-19 18:51:22 +03:00
policy.py Remove arguments "{}" and "[]" in function definitions 2015-12-19 01:10:30 +08:00
rpc.py Declare the CONF variable 2015-07-14 00:16:27 +03:00
server.py Deployment reports datetime DB insertion was fixed 2016-04-29 07:20:53 +00:00
statservice.py Use multiprocessing.cpu_count instead of psutil.NUM_CPUS 2016-08-25 18:34:26 +00:00
utils.py Fix spelling typos 2016-02-04 06:26:40 +00:00
uuidutils.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
wsgi.py Moved CORS middleware configuration into oslo-config-generator 2016-03-04 17:00:44 -06:00
xmlutils.py Update from oslo incubator 2014-12-10 09:29:14 +00:00