octavia/releasenotes/notes/add-id-column-to-healthmonitor-a331934ad2cede87.yaml
Sindhu Devale 0b08075ad6 DB migration to add ID column to HM
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
2017-03-17 17:21:55 +00:00

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.