Fix typo - _list lists, doesn't delete

Change-Id: I742fc6247bbecf0129026895607b895a420a538e
This commit is contained in:
cenne 2021-04-08 16:20:32 +02:00
parent 2c5200748d
commit 19a9480477

View File

@ -516,7 +516,7 @@ class Proxy(adapter.Adapter):
paginated=True, base_path=None, **attrs):
"""List a resource
:param resource_type: The type of resource to delete. This should
:param resource_type: The type of resource to list. This should
be a :class:`~openstack.resource.Resource`
subclass with a ``from_id`` method.
:param value: The resource to list. It can be the ID of a resource, or