Merge "Fix typo"
This commit is contained in:
@@ -330,9 +330,8 @@ class Proxy(proxy.Proxy):
|
|||||||
def get_aggregate(self, aggregate):
|
def get_aggregate(self, aggregate):
|
||||||
"""Get a single host aggregate
|
"""Get a single host aggregate
|
||||||
|
|
||||||
:param image: The value can be the ID of an aggregate or a
|
:param aggregate: The value can be the ID of an aggregate or a
|
||||||
:class:`~openstack.compute.v2.aggregate.Aggregate`
|
:class:`~openstack.compute.v2.aggregate.Aggregate` instance.
|
||||||
instance.
|
|
||||||
|
|
||||||
:returns: One :class:`~openstack.compute.v2.aggregate.Aggregate`
|
:returns: One :class:`~openstack.compute.v2.aggregate.Aggregate`
|
||||||
:raises: :class:`~openstack.exceptions.ResourceNotFound`
|
:raises: :class:`~openstack.exceptions.ResourceNotFound`
|
||||||
|
Reference in New Issue
Block a user