Merge "Remove conductor_api and _last_host_check from manager.py"

This commit is contained in:
Zuul 2019-05-29 03:56:48 +00:00 committed by Gerrit Code Review
commit 4af8da5b0b
1 changed files with 0 additions and 2 deletions

View File

@ -496,13 +496,11 @@ class ComputeManager(manager.Manager):
self.network_api = network.API()
self.volume_api = cinder.API()
self.image_api = image.API()
self._last_host_check = 0
self._last_bw_usage_poll = 0
self._bw_usage_supported = True
self._last_bw_usage_cell_update = 0
self.compute_api = compute.API()
self.compute_rpcapi = compute_rpcapi.ComputeAPI()
self.conductor_api = conductor.API()
self.compute_task_api = conductor.ComputeTaskAPI()
self.is_neutron_security_groups = (
openstack_driver.is_neutron_security_groups())