summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJosh Kearney <josh@jk0.org>2011-05-06 15:41:36 -0500
committerJosh Kearney <josh@jk0.org>2011-05-06 15:41:36 -0500
commit6425095be3bd89c48b73b5305afeb2d5d45e434b (patch)
tree6f1ddf4a5108d026e289c83a3e633c9a3ec27262 /plugins
parent7860f72c911dd91b69082cb5cdb2e625710526c1 (diff)
downloadnova-6425095be3bd89c48b73b5305afeb2d5d45e434b.tar.gz
nova-6425095be3bd89c48b73b5305afeb2d5d45e434b.tar.xz
nova-6425095be3bd89c48b73b5305afeb2d5d45e434b.zip
Review feedback
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py
index 55f3911e7..6c589ed29 100755
--- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py
+++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py
@@ -171,7 +171,7 @@ def _paths_from_ls(recs):
def _run_command(cmd):
"""Abstracts out the basics of issuing system commands. If the command
returns anything in stderr, a PluginError is raised with that information.
- Otherwise, a tuple of (return code, stdout) is returned.
+ Otherwise, a tuple of (return code, stdout data) is returned.
"""
pipe = subprocess.PIPE
proc = subprocess.Popen(cmd, stdin=pipe, stdout=pipe, stderr=pipe,