]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Profiler: make it possible to run without loading osprofiler
authorEric Harney <eharney@redhat.com>
Wed, 10 Feb 2016 19:27:49 +0000 (14:27 -0500)
committerEric Harney <eharney@redhat.com>
Wed, 10 Feb 2016 20:12:30 +0000 (15:12 -0500)
commitf55db194876e08ef4671d31c52b8665fb540c00e
tree28c731d29da49a9dd28e5a61c73ffa1e69f7ecff
parentc79748c4ac05555e1c6292af40e28a5869aab879
Profiler: make it possible to run without loading osprofiler

This makes it possible to run Cinder without having
osprofiler installed.  This is primarily to make it easier
to debug issues and ensure that osprofiler is not
introducing problems when debugging CI failures.

Note that this requires disabling osprofiler in api-paste.ini
as well.

Related-Bug: #1541996
Change-Id: If00451524b87b949a2d5888a1157184f64cd0d59
cinder/db/sqlalchemy/api.py
cinder/rpc.py
cinder/service.py
cinder/volume/manager.py