summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2012-11-19 13:27:15 -0800
committerJoe Gordon <jogo@cloudscaling.com>2012-11-19 13:27:15 -0800
commitc3b902f875d429ad7b9d55e3ab1df918462aa18d (patch)
treee3a7eb75ac4c5ce42a90327592f0dd19e7dc8350
parent1bd7b4248dd54c6486e8747074211566ba9c35c8 (diff)
downloadnova-c3b902f875d429ad7b9d55e3ab1df918462aa18d.tar.gz
nova-c3b902f875d429ad7b9d55e3ab1df918462aa18d.tar.xz
nova-c3b902f875d429ad7b9d55e3ab1df918462aa18d.zip
Fix typo: hpervisor=> hypervisor
Change-Id: Ia27e0ea7d0334c84a205ab8740a4a291c1983945
-rw-r--r--nova/scheduler/filters/image_props_filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/scheduler/filters/image_props_filter.py b/nova/scheduler/filters/image_props_filter.py
index f9ef693b3..a545ce9ff 100644
--- a/nova/scheduler/filters/image_props_filter.py
+++ b/nova/scheduler/filters/image_props_filter.py
@@ -26,7 +26,7 @@ class ImagePropertiesFilter(filters.BaseHostFilter):
"""Filter compute nodes that satisfy instance image properties.
The ImagePropertiesFilter filters compute nodes that satisfy
- any architecture, hpervisor type, or virtual machine mode properties
+ any architecture, hypervisor type, or virtual machine mode properties
specified on the instance's image properties. Image properties are
contained in the image dictionary in the request_spec.
"""