Files
nova/plugins/xenserver
Dan Prince 58eb29ebe4 Updates to the XenServer agent plugin to fix file injection:
-Update _agent_has_method so that it parses the features 'message' from 
 nova-agent correctly. (it was trying to call .split on a dict).
-Rip out the agent_has_method caching functionality which just plain
 isn't working with XenServer 5.6 SP2.
-Pass the arg_dict to _agent_has_method. This fixes an issue where a
 subsequent call to xenstore.write_record didn't get the 'dom_id' (KeyError).
-Fix a string formatting issue in inject_file in creating the b64 data.
2011-07-15 15:05:46 -04:00
..