ceilometer/releasenotes/notes/add-db-legacy-clean-tool-7b3e3714f414c448.yaml
liusheng 800034dc0b Add a tool to clean the legacy alarm tables
Since we have moved alarm out of ceilometer, when run ceilometer-dbsync,
the alarm tables will still be created and won't be removed. This change
added a tool that allow users to drop the legacy alarm and alarm_history
tables with SQL backends.

Change-Id: Ia831741319fd8e198f54a7d4a99b4d7833074e8e
Closes-Bug: #1578128
Signed-off-by: liusheng <liusheng@huawei.com>
2016-06-29 09:10:48 +08:00

7 lines
178 B
YAML

---
fixes:
- >
[`bug 1578128 <https://bugs.launchpad.net/ceilometer/+bug/1578128>`_]
Add a tool that allow users to drop the legacy alarm and alarm_history
tables.