Fix a typo in scheduler manager "filter_propterties"
Closes-Bug: #1627045
Change-Id: Id9ee3530b403c1bcfd15ce9ca97eacc9ce7bc454
(cherry picked from commit c944a22775
)
This commit is contained in:
parent
5eee3b8627
commit
c0b2021092
@ -411,7 +411,7 @@ class _SchedulerV3Proxy(object):
|
|||||||
# optional keyword argument to positional argument).
|
# optional keyword argument to positional argument).
|
||||||
return self.manager.migrate_volume_to_host(
|
return self.manager.migrate_volume_to_host(
|
||||||
context, None, volume.id, host, force_host_copy, request_spec,
|
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):
|
def retype(self, context, volume, request_spec, filter_properties=None):
|
||||||
# NOTE(dulek): Second argument here is `topic` which is unused. We're
|
# NOTE(dulek): Second argument here is `topic` which is unused. We're
|
||||||
|
Loading…
Reference in New Issue
Block a user