diff options
| -rw-r--r-- | doc/source/nova.concepts.rst | 1 | ||||
| -rw-r--r-- | nova/compute/manager.py | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/nova.concepts.rst b/doc/source/nova.concepts.rst index 90bf3b64c..22ab70513 100644 --- a/doc/source/nova.concepts.rst +++ b/doc/source/nova.concepts.rst @@ -57,7 +57,6 @@ Concept: Virtualization * KVM * UML * XEN -* HyperV * qemu * LXC 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, |
