예제 #1
0
파일: api.py 프로젝트: ubuntuserver/nova
 def __init__(self):
     # TODO(danms): This needs to be something more generic for
     # other/future users of this sort of functionality.
     self._manager = utils.ExceptionHelper(manager.ConductorManager())
예제 #2
0
 def setUp(self):
     super(ConductorTestCase, self).setUp()
     self.conductor = conductor_manager.ConductorManager()
     self.db = None
예제 #3
0
 def setUp(self):
     super(ConductorTestCase, self).setUp()
     self.conductor = conductor_manager.ConductorManager()
     self.stub_out_client_exceptions()
예제 #4
0
파일: api.py 프로젝트: isolosun/nova
 def __init__(self):
     self._manager = manager.ConductorManager()