nova/nova/db/sqlalchemy
Artom Lifshitz e4e7b8da56 Make request_spec.spec MediumText
request_spec.instance_group.members is a list of instance UUIDs. It
can get so long that it overflows its TEXT column. This patch changes
request_spec.spec to MEDIUMTEXT.

NOTE(artom): Conflicts in
nova/tests/functional/db/api/test_migrations.py because of backport
migration renumbering. Also the uuids module isn't in newton so
a hard-coded uuid is used.

NOTE(mriedem): Since this is a backport, this contains a release
note not found in the original change on master.

Change-Id: I6bf0fa19b72887803e77b66698587c2108c9372a
Closes-bug: 1738094
(cherry picked from commit 40d7433908)
(cherry picked from commit 1cfcc40643)
(cherry picked from commit 4f0ff43c79)
2017-12-18 19:44:29 +00:00
..
api_migrations Make request_spec.spec MediumText 2017-12-18 19:44:29 +00:00
migrate_repo Fix mitaka online migration for PCI devices 2017-04-20 15:14:22 -07:00
__init__.py Remove SQLite BigInteger/Integer translation logic 2015-12-07 12:49:22 -05:00
api.py Exclude deleted service records when calling hypervisor statistics 2017-06-08 12:12:28 +00:00
api_models.py Make request_spec.spec MediumText 2017-12-18 19:44:29 +00:00
migration.py Revert "Optional separate database for placement API" 2016-08-25 13:51:16 -07:00
models.py Annotate db models that have moved to the nova_api db 2016-09-06 16:25:08 -04:00
types.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
utils.py Fix spelling mistake 2016-02-09 22:18:09 -08:00