nova/nova/objects
Dan Smith 7a54543a81 Remove context from remotable call signature
This is the final step in removing the context parameter from the
signature of a remotable method.

This includes a change of most of the object hashes, without version
bumps. That's because the hashing algorithm is just looking for changes
in things like a call signature, in order to signal that a version bump is
required. Since context is in the signature, removing it triggers the
alert. However, context is not _actually_ part of the on-the-wire API,
as it is stripped out on the caller side, and re-added on the callee side
(hence why we're making this change in the first place). If the test had
been uuber-pedantic to exclude context from consideration, then the hashes
would not be changing here, but alas.

In short, the hash changes are false alarms and do not mean we need
version bumps for all the things.

Related to blueprint kilo-objects

Change-Id: I89464c0ab7e6e0d84e677b9a69a86468727b6438
2015-03-18 06:53:38 -07:00
..
__init__.py Add VirtCPUModel nova objects 2015-02-09 10:26:10 +11:00
agent.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
aggregate.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
bandwidth_usage.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
base.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
block_device.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
compute_node.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
dns_domain.py objects: remove dict compat support from all XXXList() objects 2014-12-12 14:06:12 +00:00
ec2.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
external_event.py objects: allow creation of objects without dict item compat 2014-12-12 14:01:04 +00:00
fields.py Copy the default value for field 2015-03-05 08:34:38 -08:00
fixed_ip.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
flavor.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
floating_ip.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
hv_spec.py objects: allow creation of objects without dict item compat 2014-12-12 14:01:04 +00:00
instance_action.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
instance_fault.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
instance_group.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
instance_info_cache.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
instance_numa_topology.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
instance_pci_requests.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
instance.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
keypair.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
migration.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
network_request.py objects: remove dict compat support from all XXXList() objects 2014-12-12 14:06:12 +00:00
network.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
numa.py Merge "objects: introduce numa topology limits objects" 2015-03-13 09:45:23 +00:00
pci_device_pool.py Merge "Typos fixed" 2015-02-11 21:49:34 +00:00
pci_device.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
quotas.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
security_group_rule.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
security_group.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
service.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
tag.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
vcpu_model.py Revert : Switch off oslo.* namespace check temporarily 2015-02-25 08:56:34 -05:00
virt_cpu_topology.py objects: allow creation of objects without dict item compat 2014-12-12 14:01:04 +00:00
virtual_interface.py Remove context from remotable call signature 2015-03-18 06:53:38 -07:00