Change-Id: I160d95eebfe4de5bbea77820e40632f2a1dfd67a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane 2024-02-15 12:16:58 +00:00
parent c2baf1db41
commit d1ff60d125
1 changed files with 2 additions and 3 deletions

View File

@ -330,9 +330,8 @@ class Proxy(proxy.Proxy):
def get_aggregate(self, aggregate):
"""Get a single host aggregate
:param image: The value can be the ID of an aggregate or a
:class:`~openstack.compute.v2.aggregate.Aggregate`
instance.
:param aggregate: The value can be the ID of an aggregate or a
:class:`~openstack.compute.v2.aggregate.Aggregate` instance.
:returns: One :class:`~openstack.compute.v2.aggregate.Aggregate`
:raises: :class:`~openstack.exceptions.ResourceNotFound`