octavia/releasenotes/notes/fix-IPv6-vip-079a3285f78686ee.yaml
Michael Johnson 8d45d48731 Fix VIP address DB storage size to support IPv6
An earlier patch[1] attempted to fix the vip address storage size in the
octavia database, however it issued the alembic "alter_column" command
incorrectly and the column size was not fixed.

This patch corrects that with another alembic migration that uses the correct
syntax.

[1] https://review.openstack.org/#/c/339826

Change-Id: Ib577f92be38fa9a1c84571729b0236913da8d9d2
2019-01-28 10:09:59 -08:00

11 lines
317 B
YAML

---
upgrade:
- |
To fix IPv6 VIP addresses, you must run the "octavia-db-manage upgrade
head" migration script.
fixes:
- |
Fully expanded IPv6 VIP addresses would fail to store with "Data too long
for column 'ip_address' at row 1". This patch includes a database migration
to fix this column.