nova/nova
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
..
CA Make tests use sha256 as openssl default digest algorithm 2015-02-09 10:06:04 -05:00
api Merge "Remove db layer hard-code permission checks for task_log_get*" 2015-03-17 16:59:35 +00:00
cells Merge "cells: don't pass context to instance.save in instance_update_from_api" 2015-03-13 23:34:45 +00:00
cert Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
cloudpipe Move policy enforcement into REST API layer for v2.1 cloudpipe 2015-02-26 21:33:47 +08:00
cmd Remove usage of db.service_get_by_args 2015-03-06 11:00:22 +00:00
compute Merge "Change some comments for instance param" 2015-03-18 03:38:09 +00:00
conductor Fix Juno nodes checking service.compute_node 2015-03-12 13:34:29 +01:00
console Using Instance object instead of db call 2015-03-13 14:35:40 +02:00
consoleauth Use oslo.log 2015-02-22 07:56:40 -05:00
db Merge "Remove db layer hard-code permission checks for network_get_by_uuid" 2015-03-18 07:51:36 +00:00
hacking hacking: Got rid of unnecessary TODO 2015-02-12 14:36:48 +02:00
image Merge "Remove update_store usage" 2015-03-13 21:28:46 +00:00
ipv6 Replace usage of LazyPluggable by stevedore driver 2015-02-17 14:49:48 +00:00
keymgr Switch to uuidutils from oslo_utils library 2015-02-25 20:05:49 -05:00
locale Imported Translations from Transifex 2015-03-05 06:17:18 +00:00
network Merge "Use session with neutronclient" 2015-03-18 00:18:55 +00:00
objects Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
objectstore Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
openstack Remove unused oslo logging fixture 2015-03-17 10:00:03 +01:00
pci Pass correct context to get_by_compute_node() 2015-03-11 18:26:36 +00:00
rdp Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
scheduler Modify filters to get instance info from HostState 2015-03-17 23:08:06 +00:00
servicegroup Merge "Pull singleton config check cruft out of SG API" 2015-03-04 19:35:44 +00:00
spice Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
storage Use oslo.log 2015-02-22 07:56:40 -05:00
tests Remove context from remotable call signature 2015-03-18 06:53:38 -07:00
virt Merge "Handles exception when unsupported virt-type given" 2015-03-17 18:18:09 +00:00
vnc Use oslo.log 2015-02-22 07:56:40 -05:00
volume Stop using exception.message 2015-03-17 10:30:26 +01:00
__init__.py move eventlet GREENDNS override to top level 2014-12-08 17:41:03 -05:00
availability_zones.py Merge "Remove unused conductor parameter from get_host_availability_zone()" 2015-02-12 18:15:51 +00:00
baserpc.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
block_device.py Use oslo.log 2015-02-22 07:56:40 -05:00
config.py Use oslo.log 2015-02-22 07:56:40 -05:00
context.py Stop spamming logs when creating context 2015-03-13 17:59:47 -04:00
crypto.py Adds x509 certificate keypair support 2015-03-05 21:30:34 +02:00
debugger.py Use oslo.log 2015-02-22 07:56:40 -05:00
exception.py Inherit exceptions correctly 2015-02-26 17:47:27 +02:00
filters.py Use oslo.log 2015-02-22 07:56:40 -05:00
hooks.py Use oslo.log 2015-02-22 07:56:40 -05:00
i18n.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
loadables.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
manager.py Use oslo.log 2015-02-22 07:56:40 -05:00
netconf.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
notifications.py Make notifications use BandwidthUsageList object 2015-02-23 21:04:18 +01:00
paths.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
policy.py Add useful debug logging when policy checks fail 2015-02-23 16:44:04 -05:00
quota.py Fix some cases of passing context to remotables with security groups 2015-03-09 11:22:12 -07:00
rpc.py Merge "Ensure publisher_id is set correctly in notifications" 2015-02-10 04:50:54 +00:00
safe_utils.py
service.py Remove usage of db.service_get_by_args 2015-03-06 11:00:22 +00:00
test.py Remove TranslationFixture 2015-03-02 16:08:40 +00:00
utils.py Merge "Truncate encoded instance sys meta to 255 or less" 2015-03-12 02:15:05 +00:00
version.py Use oslo.log 2015-02-22 07:56:40 -05:00
weights.py Make scheduler filters/weighers only load once 2014-12-09 18:58:49 +01:00
wsgi.py create noauth2 2015-03-04 08:09:01 -05:00