nova/nova
Matt Riedemann ed3c69cb45 Delete the TypeAffinityFilter
Deprecated in Pike:

  I660e0316b11afcad65c0fe7bd167ddcec9239a8b

This filter relies on the flavor.id primary key which will
change as (1) flavors were migrated to the API database and
(2) when a flavor is changed by deleting and re-creating the
flavor.

Also, as noted in blueprint put-host-manager-instance-info-on-a-diet,
this is one step forward in getting us to a point where the only
thing that the in-tree filters care about in the HostState.instances
dict is the instance uuid (for the affinity filters). Which means
we can eventually stop RPC casting all instance information from
all nova-compute services to the scheduler for every instance create,
delete, move or periodic sync task - we only would need to send the
list of instance UUIDs. That should help with RPC traffic in a large
and busy deployment.

Change-Id: Icb43fe2ef5252d2838f6f8572c7497840a9797a1
2017-12-14 17:09:56 -05:00
..
api Merge "[placement] add name to resource provider create error" 2017-12-14 14:26:07 +00:00
CA
cells Cleanup build_request_spec 2017-11-10 12:03:39 +11:00
cmd Merge "Follow up on removing old-style quotas code" 2017-12-09 07:24:15 +00:00
common
compute Merge "Raise MarkerNotFound if BuildRequestList.get_by_filters doesn't find marker" 2017-12-14 01:17:38 +00:00
conductor Change RPC for select_destinations() 2017-12-11 22:03:33 -05:00
conf Merge "Add PowerVM to compute_driver options" 2017-12-07 00:06:22 +00:00
console console: introduce basic framework for security proxying 2017-09-28 16:39:22 +01:00
consoleauth Merge "Remove translation of log messages" 2017-08-10 11:39:03 +00:00
db Merge "Add instance action db and obj pagination support." 2017-12-14 00:59:01 +00:00
hacking Amend uuid4 hacking rule 2017-09-04 17:34:46 +00:00
image Remove direct usage of glance.generate_image_url 2017-12-01 00:02:41 +08:00
ipv6
keymgr Remove deprecated keymgr code 2017-09-11 15:48:30 -04:00
locale Imported Translations from Zanata 2017-08-10 11:34:33 +00:00
network Merge "Reduce code complexity - linux_net.py" 2017-12-01 09:00:15 +00:00
notifications Merge "Remove direct usage of glance.generate_image_url" 2017-12-12 23:40:22 +00:00
objects Merge "Retry _trait_sync on deadlock" 2017-12-14 21:47:58 +00:00
pci [Trivial] docstrings, typos, minor refactoring 2017-08-28 08:33:58 -05:00
policies Add microversion to allow setting flavor description 2017-11-15 22:10:39 +00:00
privsep Move last_bytes into the path module 2017-11-06 10:30:21 +02:00
scheduler Delete the TypeAffinityFilter 2017-12-14 17:09:56 -05:00
servicegroup iso8601.is8601.Utc No Longer Exists 2017-08-29 19:26:55 -04:00
tests Delete the TypeAffinityFilter 2017-12-14 17:09:56 -05:00
virt Merge "XenAPI: Don't use nicira-iface-id for XenServer VIF" 2017-12-14 21:47:52 +00:00
vnc
volume Implement new attach Cinder flow 2017-12-07 10:29:15 -05:00
__init__.py
availability_zones.py Avoid lazy-load error when getting instance AZ 2017-05-25 15:46:22 -04:00
baserpc.py
block_device.py Remove unused global variables 2017-11-25 23:24:47 +00:00
cache_utils.py remove log translation tags from nova.cells 2017-04-10 14:48:07 +00:00
config.py
context.py Get auth from context for glance endpoint 2017-11-21 10:26:42 -06:00
crypto.py
debugger.py
exception_wrapper.py rename binary to source in versioned notifications 2017-07-25 17:36:04 +02:00
exception.py Modify select_destinations() to return objects and alts 2017-12-07 15:01:13 +00:00
filters.py
hooks.py
i18n.py
loadables.py
manager.py
policy.py Add policy granularity to the Flavors API 2017-07-19 15:56:47 -04:00
profiler.py
quota.py Follow up on removing old-style quotas code 2017-12-08 22:11:24 +00:00
rpc.py Remove dead code of api.fault notification sending 2017-10-09 17:29:40 +02:00
safe_utils.py Allow wrapping of closures 2017-07-20 10:07:52 +01:00
service_auth.py Fix NoneType error when [service_user] is misconfigured 2017-11-28 12:22:30 -06:00
service.py Enhance doc for nova services 2017-08-31 08:30:48 +08:00
test.py Move restart_compute_service to a common place 2017-10-16 19:13:50 +02:00
utils.py Get auth from context for glance endpoint 2017-11-21 10:26:42 -06:00
version.py
weights.py
wsgi.py