]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Ensure 'WSGIService' derives from oslo_service base class
authorJoshua Harlow <harlowja@yahoo-inc.com>
Thu, 25 Jun 2015 00:54:40 +0000 (17:54 -0700)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Thu, 25 Jun 2015 00:57:10 +0000 (17:57 -0700)
commitdc9a8c8f5d369eb121053fcdc362648e219d968f
tree25b2a27d9a8587943bb3bf27bc238aa551dd885d
parentf7d2112c008b98034682064bd55a7a433dd0f80e
Ensure 'WSGIService' derives from oslo_service base class

Currently this code will fail due to an isinstance check in
oslo_service that ensures that the services launched are of
the right type.

Closes-Bug: #1468559

Change-Id: I71acc5082aacbfb66d422cec6636ba44ae2c8402
cinder/service.py