diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-07-03 15:32:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-07-03 15:32:15 +0000 |
| commit | 1a7d6a0740aee2e7b5d6259d00b34847f5088b35 (patch) | |
| tree | 939d88223837fa6c43c5c77d93f764fcb2b94a57 /plugins | |
| parent | 2427d4a99bed35baefd8f17ba422cb7aae8dcca7 (diff) | |
| parent | 8d8d3b4296bf37f10c9b0faa0e86ebfdc8b05862 (diff) | |
| download | nova-1a7d6a0740aee2e7b5d6259d00b34847f5088b35.tar.gz nova-1a7d6a0740aee2e7b5d6259d00b34847f5088b35.tar.xz nova-1a7d6a0740aee2e7b5d6259d00b34847f5088b35.zip | |
Merge "Run hacking tests as part of the gate."
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py index 7e27b4ff7..5cfd32dbd 100755 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.py @@ -26,6 +26,7 @@ try: import json except ImportError: import simplejson as json + import logging import os import subprocess |
