Fix docstring for delete allocation method

Delete allocations api will delete all allocations for a consumer.
https://developer.openstack.org/api-ref/placement/#delete-allocations

Change-Id: I916a22ef604460ca82916bde2827f89702b0ef1d
This commit is contained in:
Chen 2018-06-21 14:13:20 +08:00
parent f3ed1e7112
commit 134a4639b2
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class ShowAllocation(command.Lister, version.CheckerMixin):
class DeleteAllocation(command.Command):
"""Delete a resource allocation for a given consumer."""
"""Delete all resource allocations for a given consumer."""
def get_parser(self, prog_name):
parser = super(DeleteAllocation, self).get_parser(prog_name)