nova/nova
Matt Riedemann cf489d58b9 Remove FlavorNotFound dead code condition in API.resize
The condition removed in this change is dead code because
of the block above where new_instance_type is set. If a new
flavor is specified (resize) then flavors.get_flavor_by_flavor_id
will either find it or raise FlavorNotFound.

Change-Id: If66a28c07c619cb89d77ee926f60b5d48cbfd351
2019-04-17 12:34:52 -04:00
..
api Merge "conf: Undeprecate and move the 'dhcp_domain' option" 2019-04-16 12:48:40 +00:00
cells Per aggregate scheduling weight 2019-01-21 11:48:44 +08:00
cmd Merge "Remove 'nova-cells' service" 2019-04-16 08:25:34 +00:00
common
compute Remove FlavorNotFound dead code condition in API.resize 2019-04-17 12:34:52 -04:00
conductor Merge "trivial: Remove dead code" 2019-04-08 18:13:01 +00:00
conf Merge "Add minimum value in max_concurrent_live_migrations" 2019-04-16 15:50:48 +00:00
console Move create of ComputeAPI object in websocketproxy 2019-03-27 21:45:52 +00:00
consoleauth Fix stacktraces with redis caching backend 2018-09-27 13:15:11 -04:00
db Merge "trivial: Remove dead nova.db functions" 2019-04-11 17:17:46 +00:00
hacking Bump to hacking 1.1.0 2019-04-12 16:23:49 +01:00
image Share snapshot image membership with instance owner 2019-02-08 18:06:27 -05:00
ipv6
keymgr
locale Imported Translations from Zanata 2019-03-22 06:26:27 +00:00
network Merge "conf: Undeprecate and move the 'dhcp_domain' option" 2019-04-16 12:48:40 +00:00
notifications Remove CellMappingPayload database_connection and transport_url fields 2019-04-04 09:59:12 -04:00
objects Drop migrate_keypairs_to_api_db data migration 2019-04-03 11:42:48 -04:00
pci Add get_instance_pci_request_from_vif 2019-03-07 11:37:53 +02:00
policies Trivial: remove unused var from policies.base.py 2019-03-21 21:45:49 +00:00
privsep Add test coverage for nova.privsep.qemu. 2019-04-04 20:44:01 +00:00
scheduler Change a log level for overwriting allocation 2019-04-08 16:29:10 +09:00
servicegroup Fix deprecation warning for threadgroup.add_timer 2019-02-07 09:37:00 -05:00
tests Fix volume-backed resize with a smaller disk flavor 2019-04-17 12:34:03 -04:00
virt Bump to hacking 1.1.0 2019-04-12 16:23:49 +01:00
vnc Deprecate the nova-xvpvncproxy service 2018-10-15 10:03:13 +01:00
volume Bump to hacking 1.1.0 2019-04-12 16:23:49 +01:00
__init__.py Eventlet monkey patching should be as early as possible 2019-03-22 09:27:16 +00:00
availability_zones.py
baserpc.py
block_device.py Add method to generate device names universally 2019-01-15 18:55:11 +00:00
cache_utils.py
config.py Configure placement DB context manager for nova-manage/status 2018-09-05 10:29:48 -04:00
context.py Bump to hacking 1.1.0 2019-04-12 16:23:49 +01:00
crypto.py
debugger.py
exception.py Merge "Added mount fstype based validation of Quobyte mounts" 2019-04-05 17:41:13 +00:00
exception_wrapper.py
filters.py
hooks.py
i18n.py
loadables.py
manager.py
monkey_patch.py Bump to hacking 1.1.0 2019-04-12 16:23:49 +01:00
policy.py Fix string interpolations in logging calls 2019-01-29 15:06:39 +09:00
profiler.py
quota.py Merge "quota: remove defaults kwarg in get_project_quotas" 2019-02-26 13:26:24 +00:00
rc_fields.py Switch to using os-resource-classes 2019-02-07 11:11:09 +00:00
rpc.py Bump to hacking 1.1.0 2019-04-12 16:23:49 +01:00
safe_utils.py
service.py Remove 'nova-cells' service 2019-04-09 17:15:37 +01:00
service_auth.py
test.py Eventlet monkey patching should be as early as possible 2019-03-22 09:27:16 +00:00
utils.py Eventlet monkey patching should be as early as possible 2019-03-22 09:27:16 +00:00
version.py
weights.py Per aggregate scheduling weight 2019-01-21 11:48:44 +08:00
wsgi.py