Merge "Do not setup conductor in BaseAPITestCase"

This commit is contained in:
Zuul 2017-10-03 07:08:03 +00:00 committed by Gerrit Code Review
commit cfff910b0d
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ class BaseAPITestCase(test.TestCase):
self.project_id = 'fake'
self.context = context.RequestContext(self.user_id,
self.project_id)
self.conductor = self.start_service('conductor')
self.compute = self.start_service('compute')
self.base_rpcapi = baserpc.BaseAPI(compute_rpcapi.RPC_TOPIC)