nova/nova/virt/powervm
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
..
disk PowerVM Driver: SSP emphemeral disk support 2017-05-25 16:21:23 -05:00
tasks PowerVM Driver: SSP emphemeral disk support 2017-05-25 16:21:23 -05:00
__init__.py PowerVM Driver: spawn/delete #1: no-ops 2017-04-10 14:59:40 -05:00
driver.py Trim the fat from InstanceInfo 2017-07-25 10:27:23 -05:00
host.py hypervisor_hostname must match get_available_nodes 2017-06-20 16:34:38 -05:00
vm.py Trim the fat from InstanceInfo 2017-07-25 10:27:23 -05:00