nova/nova/virt/xenapi
Eric Fried 5db9389c01 Trim the fat from InstanceInfo
nova.virt.hardware.InstanceInfo had several fields that have never been
used since their inception two and a half years ago [1].  This change set
removes them.  They are (were):

max_mem_kb: (int) the maximum memory in KBytes allowed
mem_kb: (int) the memory in KBytes used by the instance
num_cpu: (int) the number of virtual CPUs for the
         instance
cpu_time_ns: (int) the CPU time used in nanoseconds

We also rename the 'id' field to 'internal_id' for two reasons: First,
because 'id' is a builtin; second, to emphasize that this is not
(necessarily) tied to the Instance's real id/uuid.

[1] https://review.openstack.org/#/c/133777

Change-Id: I5fe5c8121800e2b8da0860d53d818b7bd83c9e9d
2017-07-25 10:27:23 -05:00
..
image XenAPI: Remove bittorrent.py which is already deprecated 2017-06-07 19:09:58 -07:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
agent.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
driver.py Merge "XenAPI: device tagging" 2017-06-29 16:08:19 +00:00
fake.py Completed implementation of instance diagnostics for Xen 2017-06-04 15:47:40 +04:00
firewall.py Fix python3 issues with devstack 2016-12-21 22:20:00 -05:00
host.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
network_utils.py Fixes dict keys and items references for Python 3 2015-12-07 12:19:59 +02:00
pool.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
pool_states.py Remove vi modelines 2014-02-03 14:19:44 +00:00
vif.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
vm_utils.py Trim the fat from InstanceInfo 2017-07-25 10:27:23 -05:00
vmops.py xenapi: avoid unnecessary BDM query when building device metadata 2017-07-06 13:29:43 -04:00
volume_utils.py Remove translation of log messages 2017-06-13 11:20:28 +07:00
volumeops.py Remove translation of log messages 2017-06-13 11:20:28 +07:00