0b08075ad6
For the effort of aligning Octavia API to nlbaasv2, the health monitor resource needs an `ID` field. This migration script adds that required column in the Octavia database. Change-Id: I3cfe26fd6312019471ff48df4ad9cd970f7173b6
7 lines
234 B
YAML
7 lines
234 B
YAML
---
|
|
upgrade:
|
|
- Adding `ID` column to the health_monitor table in Octavia,
|
|
whose value is same as the `pool_id` column.
|
|
The database needs to be upgraded first, followed by upgrade
|
|
and restart of the API servers.
|