neutron/releasenotes/notes/limit_vlan_allocations_in_db-93083c6c4923403a.yaml
Rodolfo Alonso Hernandez 795aa6b9fa Limit ml2_vlan_allocations.vlan_id value in DB backend
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
2020-06-05 10:04:52 +00:00

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``.