Merge "Fix a typo in novaclient/v2/hosts.py"

This commit is contained in:
Jenkins 2016-03-07 18:30:20 +00:00 committed by Gerrit Code Review
commit 0fc5437e5d

@ -73,7 +73,7 @@ class HostManager(base.ManagerWithFind):
Perform an action on a host.
:param host: The host to perform an action
:param actiob: The action to perform
:param action: The action to perform
returns: An instance of novaclient.base.TupleWithMeta
"""
url = '/os-hosts/{0}/{1}'.format(host, action)