Re: [openstack-dev] Info on XenAPI data format for 'host_data' call

2014-10-08 Thread Daniel P. Berrange
On Wed, Oct 08, 2014 at 03:53:25PM +, Bob Ball wrote: > Hi Daniel, > > The following is an example return value from one of my hosts > > {"host_name-description": "Default install of XenServer", "host_hostname": > "ciceronicus", "host_memory": {"total": 17169604608, "overhead": 266592256, >

Re: [openstack-dev] Info on XenAPI data format for 'host_data' call

2014-10-08 Thread Bob Ball
hypervisor ida tpr_shadow vnmi flexpriority ept vpid", "stepping": 5, "model": 30, "features_after_reboot": "0098e3fd-bfebfbff-00000001-28100800", "speed": "2394.086"}, "host_uuid": "ec54eebe-b14b-4b0a-aa89-d2c468771c

[openstack-dev] Info on XenAPI data format for 'host_data' call

2014-10-08 Thread Daniel P. Berrange
I'm doing some work on the get_available_resource method and need to understand what data format XenAPI returns for the following RPC call: data = call_xenhost(self._session, "host_data", {}) I don't have any suitable XenServer hosts to test on myself, so if anyone can provide a raw/json dump