summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
Diffstat (limited to 'nova')
-rw-r--r--nova/compute/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/compute/manager.py b/nova/compute/manager.py
index 48e135b25..10eba2d41 100644
--- a/nova/compute/manager.py
+++ b/nova/compute/manager.py
@@ -246,7 +246,7 @@ class ComputeManager(manager.SchedulerDependentManager):
locals(), instance=instance)
self.reboot_instance(context, instance['uuid'])
elif drv_state == power_state.RUNNING:
- # Hyper-V and VMWareAPI drivers will raise an exception
+ # VMWareAPI drivers will raise an exception
try:
net_info = self._get_instance_nw_info(context, instance)
self.driver.ensure_filtering_rules_for_instance(instance,