Merge "[placement] fix allocation handler docstring typo"

This commit is contained in:
Zuul 2018-06-29 23:25:46 +00:00 committed by Gerrit Code Review
commit 54343e9c7e
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ def create_allocation_list(context, data, want_version):
"""Create an AllocationList based on provided data.
:param context: The placement context.
:param data: A dictionary of multiples allocations by consumer uuid.
:param data: A dictionary of multiple allocations by consumer uuid.
:param want_version: The desired microversion, which controls how
consumer generations are handled.
:return: An AllocationList.