nova/nova/objects
Dan Smith 91da50d0c7 Fix incorrect enum in Migration object and DB model
The migration object and model incorrectly mirrored the migration_type
enum from the database schema. Since the affected type (evacuation) has
never been used before this change, we can just make the swap with no
version bump.

Related to blueprint robustify-evacuation

Change-Id: If502903fecd315e24c987da6d78b73dcc1305ee3
2015-07-06 15:38:54 -07:00
..
__init__.py Add a TaskLog object 2015-06-15 12:30:52 +02:00
agent.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
aggregate.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
bandwidth_usage.py Merge "Map uuid db field to instance_uuid in BandwidthUsage object" 2015-06-10 18:24:59 +00:00
base.py Fix Python 3 issues in nova.db.sqlalchemy 2015-06-30 07:06:54 -07:00
block_device.py Cells: Skip initial sync of block_device_mapping 2015-06-11 16:57:50 -04:00
cell_mapping.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
compute_node.py Add virt resource update to ComputeNode object 2015-06-19 17:57:14 +01:00
dns_domain.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
ec2.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
external_event.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
fields.py Adds MonitorMetricTypeField enum field 2015-06-26 14:44:53 -04:00
fixed_ip.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
flavor.py Merge "Object: Fix incorrect parameter set in flavor save_extra_specs" 2015-06-10 15:28:51 +00:00
floating_ip.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
hv_spec.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
image_meta.py Merge "Objects: update missing adapter types" 2015-06-10 16:52:47 +00:00
instance.py Remove compat_instance() 2015-07-01 14:51:27 -07:00
instance_action.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
instance_fault.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
instance_group.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
instance_info_cache.py Merge "Send Instance object to cells instance_update_at_top" 2015-06-12 01:33:13 +00:00
instance_mapping.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
instance_numa_topology.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
instance_pci_requests.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
keypair.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
migration.py Fix incorrect enum in Migration object and DB model 2015-07-06 15:38:54 -07:00
network.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
network_request.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
numa.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
pci_device.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
pci_device_pool.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
quotas.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
security_group.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
security_group_rule.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
service.py fix "down" nova-compute service spuriously marked as "up" 2015-06-10 13:18:06 -06:00
tag.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
task_log.py Add a TaskLog object 2015-06-15 12:30:52 +02:00
vcpu_model.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
virt_cpu_topology.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00
virtual_interface.py Begin the transition to an explicit object registry 2015-06-08 07:12:34 -07:00