Merge "nova-compute sends its capabilities to schedulers ASAP"
This commit is contained in:
commit
1123c87e58
@ -339,6 +339,9 @@ class ComputeManager(manager.SchedulerDependentManager):
|
||||
if FLAGS.defer_iptables_apply:
|
||||
self.driver.filter_defer_apply_off()
|
||||
|
||||
self._report_driver_status(context)
|
||||
self._publish_service_capabilities(context)
|
||||
|
||||
def _get_power_state(self, context, instance):
|
||||
"""Retrieve the power state for the given instance."""
|
||||
LOG.debug(_('Checking state'), instance=instance)
|
||||
|
Loading…
x
Reference in New Issue
Block a user