Fix a typo in scheduler manager "filter_propterties"

Closes-Bug: #1627045

Change-Id: Id9ee3530b403c1bcfd15ce9ca97eacc9ce7bc454
(cherry picked from commit c944a22775)
This commit is contained in:
Lucio Seki 2016-09-23 10:27:35 -03:00
parent 5eee3b8627
commit c0b2021092
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ class _SchedulerV3Proxy(object):
# optional keyword argument to positional argument).
return self.manager.migrate_volume_to_host(
context, None, volume.id, host, force_host_copy, request_spec,
filter_propterties=filter_properties, volume=volume)
filter_properties=filter_properties, volume=volume)
def retype(self, context, volume, request_spec, filter_properties=None):
# NOTE(dulek): Second argument here is `topic` which is unused. We're