nova/nova/objects
Nikola Dipanov 80c109f85a Fix the incorrect PciDeviceList version number
The following commit missed to bump the related list when bumping the
object version.

    commit 1d4ad44f15
    Author: Przemyslaw Czesnowicz <przemyslaw.czesnowicz@intel.com>
    Date:   Thu Nov 20 12:04:05 2014 +0000

        Add numa_node to PCIDevice

        The change extends the PCI device model and its DB representation.
        Query libvirt for the PCI devices numa node.

This patch adds the necessary changes to master. We only bump the
PciDeviceList version, and add a backporting rule to obj_relationship
dictionary of the Instance object, to start sending the new version with
1.20 version of the instance (we are currently on 1.21).

Landing this patch fixes versioning going forward, and all interactions
that request the PciDeviceList through the Instance object, however
applying the stable/kilo backport of this is required for Kilo nodes to
start requesting the latest version of PciDevice through PciDeviceList.

We can't send 1.2 PciDeviceList to Kilo nodes yet because of
related-bug 1475254 , so we have to backport this to Kilo first before
we can start sending the 1.2 to Kilo nodes.

Related-bug: #1474074
Change-Id: Id743848061d2bcd64d785979c7a11ee7c945f06b
2015-07-16 16:07:40 -07:00
..
__init__.py Add HostMapping object 2015-07-10 07:30:28 +00: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 Added method exists to the Tag object 2015-07-09 09:00:39 +03: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 Add BlockDeviceType enum field 2015-07-01 08:43:02 -07:00
fixed_ip.py Added method exists to the Tag object 2015-07-09 09:00:39 +03: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 Added method exists to the Tag object 2015-07-09 09:00:39 +03:00
host_mapping.py Add HostMapping object 2015-07-10 07:30:28 +00: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 Fix the incorrect PciDeviceList version number 2015-07-16 16:07:40 -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 Enable python34 tests for nova/tests/unit/objects/test*.py 2015-07-01 20:29:42 +00: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
monitor_metric.py Adds MonitorMetric object 2015-07-06 09:47:24 -04: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 Fix the incorrect PciDeviceList version number 2015-07-16 16:07:40 -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 Introducing new forced_down field for a Service object 2015-07-13 21:27:58 +02:00
tag.py Added method exists to the Tag object 2015-07-09 09:00:39 +03: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