nova/nova/db
Matt Riedemann ee086460db Make build_requests.instance MediumText
The build_requests.instance column is a serialized
instance object, and the instances.user_data column
is MediumText, so the build_requests.instance column
itself needs to be at least MediumText in size for MySQL.

Conflicts:
        nova/tests/functional/db/api/test_migrations.py

NOTE(mriedem): The conflict is due to not having the 026
API DB migration test in newton.

Change-Id: I7d65df37c02750593037744543ad15e5bc64e913
Closes-Bug: #1635446
(cherry picked from commit fd7b3d64c7)
2016-10-27 05:53:26 -04:00
..
sqlalchemy Make build_requests.instance MediumText 2016-10-27 05:53:26 -04:00
__init__.py Remove vi modelines 2014-02-03 14:19:44 +00:00
api.py Add objects.ServiceList.get_all_computes_by_hv_type 2016-08-01 16:38:21 -04:00
base.py config options: centralize section "database" + "api_database" 2016-05-16 10:20:51 +00:00
migration.py Manage db sync command for cell0 2016-08-22 18:53:45 +03:00