From 22008a96fca32ccacde76a1efb602d79f8a9460e Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Mon, 9 Apr 2012 15:09:51 -0400 Subject: Remove last two remaining hyperV references Change-Id: I6fd21df97884234eee53c67023e9ce0f58f6d133 --- doc/source/nova.concepts.rst | 1 - nova/compute/manager.py | 2 +- 2 files changed, 1 insertion(+), 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, -- cgit