diff options
| author | Josh Kearney <josh@jk0.org> | 2011-05-06 14:48:54 -0500 |
|---|---|---|
| committer | Josh Kearney <josh@jk0.org> | 2011-05-06 14:48:54 -0500 |
| commit | 311c774e1109d6ce0449f0d06346078020ffa4e0 (patch) | |
| tree | 34e6be6175e9310a2dc119aedd117f315c51d89c /plugins | |
| parent | ff036fb229e7ff1c73d6be395fbb3b2807b9eb53 (diff) | |
| download | nova-311c774e1109d6ce0449f0d06346078020ffa4e0.tar.gz nova-311c774e1109d6ce0449f0d06346078020ffa4e0.tar.xz nova-311c774e1109d6ce0449f0d06346078020ffa4e0.zip | |
Review feedback
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/xenserver/xenapi/etc/xapi.d/plugins/agent | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/agent b/plugins/xenserver/xenapi/etc/xapi.d/plugins/agent index 0bb377dd3..9e761f264 100755 --- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/agent +++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/agent @@ -53,7 +53,6 @@ class TimeoutError(StandardError): pass -@jsonify def key_init(self, arg_dict): """Handles the Diffie-Hellman key exchange with the agent to establish the shared secret key used to encrypt/decrypt sensitive @@ -72,7 +71,6 @@ def key_init(self, arg_dict): return resp -@jsonify def password(self, arg_dict): """Writes a request to xenstore that tells the agent to set the root password for the given VM. The password should be |
