795aa6b9fa
Limit "ml2_vlan_allocations.vlan_id" values stored in the DB by adding a check constraint in the DB engine. This check will verify that vlan_id is in the interval [1, 4094]. Change-Id: Ie6453cb7a2ef0c43baf540c49a03079f4c8d3818 Closes-Bug: #1870400
9 lines
382 B
YAML
9 lines
382 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Limit the ML2 VLAN allocations to [1, 4094] values in the database engine.
|
|
This constraint, enforced in the database engine, could not be supported
|
|
yet. In this case, it will be ignored. For more information, see the note
|
|
in
|
|
``neutron.db.migration.alembic_migrations.versions.victoria.expand.dfe425060830_limit_vlan_allocation_id_values.py``.
|