Merge "Correct instance parameter description"

changes/51/284151/1
Jenkins 7 years ago committed by Gerrit Code Review
commit 2db07bab90

@ -174,8 +174,10 @@ class Connection(object):
def get_node_by_instance(self, instance):
"""Return a node.
:param instance: The instance name or uuid to search for.
:param instance: The instance uuid to search for.
:returns: A node.
:raises: InstanceNotFound if the instance is not found.
:raises: InvalidUUID if the instance uuid is invalid.
"""
@abc.abstractmethod

Loading…
Cancel
Save