From e30b6a770a6fb7db8698dc614f2785c7072c1bee Mon Sep 17 00:00:00 2001 From: Chris Dent Date: Fri, 29 Jun 2018 16:32:32 +0100 Subject: [PATCH] [placement] fix allocation handler docstring typo Review of I4b69ddaa6dbb66f977c5dad2d508cac3192d19d4 identified a non-blocking type. This fixes it. TrivialFix Change-Id: I073bd537a5756c6693e82237d4d1f9c0c3992395 --- nova/api/openstack/placement/handlers/allocation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/api/openstack/placement/handlers/allocation.py b/nova/api/openstack/placement/handlers/allocation.py index 97b94ce8aa..9200035a49 100644 --- a/nova/api/openstack/placement/handlers/allocation.py +++ b/nova/api/openstack/placement/handlers/allocation.py @@ -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.