Merge "Fix a typo in scheduler manager "filter_propterties"" into stable/newton

This commit is contained in:
Jenkins 2016-09-23 22:21:42 +00:00 committed by Gerrit Code Review
commit e7809d895c
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