Fix a typo in novaclient/v2/hosts.py
TrivialFix Change-Id: I6992edbb768f14d0d4f0a7d79521876832e12714
This commit is contained in:
parent
d63800d5ec
commit
0ee5aea617
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user