summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2011-08-08 17:34:42 +0000
committerEd Leafe <ed@leafe.com>2011-08-08 17:34:42 +0000
commitb23387ef7a0024ac11e0970e3b76fa3441e30a9c (patch)
treef90419c6f61bc13b73302411c5f96e25ec818468 /plugins
parent586359f792cb32210f83046e46a0cdb85b319fcd (diff)
downloadnova-b23387ef7a0024ac11e0970e3b76fa3441e30a9c.tar.gz
nova-b23387ef7a0024ac11e0970e3b76fa3441e30a9c.tar.xz
nova-b23387ef7a0024ac11e0970e3b76fa3441e30a9c.zip
Review fixes
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost
index f6a9ac8d8..7bf507d0f 100755
--- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost
+++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenhost
@@ -136,7 +136,7 @@ def host_shutdown(self, arg_dict):
@jsonify
def host_start(self, arg_dict):
- """Starts the host. NOTE: Currently not feasible, since the host
+ """Starts the host. Currently not feasible, since the host
runs on the same machine as Xen.
"""
return _power_action("startup")