nova/nova/tests/functional/wsgi
Matt Riedemann d3be869160 Remove compatibility code for flavors
The /345_require_online_migration_completion cell database
migration added in Ocata prevents anyone from upgrading
the cell database schema until they have performed the online
flavor data migrations via the nova-manage db online_data_migrations
command.

This means we can remove the compatibility code in the Flavor
object which performs a lookup routine in the API database and
if not found it falls back to the cell database, which at this
point should be empty, therefore making that dead code now.

We can't yet remove the DEPRECATED_FIELDS because that would impact
the object version, so this adds a TODO to remove those when we
create a version 2.0 of this object.

Change-Id: I4107af592448e20fe929f8fa3112929e3685b581
2017-09-05 10:36:10 -04:00
..
__init__.py nova flavor manage functional test 2015-02-20 08:50:44 -05:00
test_flavor_manage.py Remove compatibility code for flavors 2017-09-05 10:36:10 -04:00
test_interfaces.py Add interfaces functional negative tests 2017-04-19 05:34:19 +00:00
test_secgroup.py Enable global hacking checks and removed local checks 2017-02-10 15:09:37 +01:00
test_servers.py Support tag instances when boot(4/4) 2017-07-17 15:59:42 -04:00