Fix a typo in novaclient/v2/hosts.py

TrivialFix
Change-Id: I6992edbb768f14d0d4f0a7d79521876832e12714
This commit is contained in:
Takashi NATSUME 2016-03-07 14:24:56 +09:00
parent d63800d5ec
commit 0ee5aea617
1 changed files with 1 additions and 1 deletions

View File

@ -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)