8d45d48731
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
11 lines
317 B
YAML
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.
|