nova/nova/compute
Matt Riedemann 2a01a1b3eb Remove hv_type translation shim for powervm
Commit d05567cc3f added a temporary
translation shim so that the 'powervm' hypervisor type name in older
images used by the powervc driver in stackforge would not fail to
schedule due to an invalid (unregistered) hypervisor type.

The agreement from the powervc driver maintainers in stackforge was that
they'd put an image metadata translation shim in their driver so this
could be removed from nova in Liberty, which is now.

UpgradeImpact: Users of the nova-powervc driver from stackforge will
               need to move to a version of that driver which
               translates 'powervm' image metadata properly for
               scheduling, or update the image metadata manually.

Change-Id: I31be654c817a00df2b4b51c184600c0c51c86443
2015-06-17 12:51:00 -07:00
..
monitors Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
resources Use oslo.log 2015-02-22 07:56:40 -05:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
api.py Merge "Add the swap and ephemeral BDMs if needed" 2015-06-10 18:54:55 +00:00
arch.py Add amd64 to arch.canonicalize() 2014-09-08 08:08:00 -07:00
build_results.py Compute Add build_instance hook in compute manager 2014-12-04 10:12:00 -05:00
cells_api.py Handle cells race condition deleting unscheduled instance 2015-06-03 20:19:47 +00:00
claims.py objects: introduce numa topology limits objects 2015-03-12 16:39:49 -04:00
cpumodel.py Add VirtCPUModel nova objects 2015-02-09 10:26:10 +11:00
flavors.py Replace unicode with six.text_type 2015-05-12 12:31:20 +02:00
hv_type.py Remove hv_type translation shim for powervm 2015-06-17 12:51:00 -07:00
instance_actions.py Add missing instance action record for start of live migration 2014-09-24 10:14:42 +08:00
manager.py Merge "virt: Move building the block_device_info dict into a method" 2015-06-10 09:56:09 +00:00
power_state.py Remove power_state.BUILDING 2015-04-14 19:10:12 -07:00
resource_tracker.py Resource tracker: use instance objects for claims 2015-05-18 19:30:32 -07:00
rpcapi.py Additional cleanup after compute RPC 3.x removal 2015-05-12 22:51:49 +02:00
stats.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
task_states.py Recover from REBOOT-* state on compute manager start-up 2014-03-12 10:00:54 +00:00
utils.py compute: remove get_image_metadata method 2015-06-09 11:40:48 +01:00
vm_mode.py Convert nova.compute.* to use instance dot notation 2015-02-25 17:21:36 -05:00
vm_states.py Recover from REBOOT-* state on compute manager start-up 2014-03-12 10:00:54 +00:00