diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2012-11-19 13:27:15 -0800 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2012-11-19 13:27:15 -0800 |
commit | c3b902f875d429ad7b9d55e3ab1df918462aa18d (patch) | |
tree | e3a7eb75ac4c5ce42a90327592f0dd19e7dc8350 | |
parent | 1bd7b4248dd54c6486e8747074211566ba9c35c8 (diff) | |
download | nova-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.py | 2 |
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. """ |