python-aodhclient/releasenotes/notes/split-alarm-query-and-list-5998020b88ddc9f5.yaml
Kevin_Zheng 93080b86a1 Split alarm query and alarm list in SDK layer.
As discussed in the review of
https://review.openstack.org/#/c/321394/
split alarm query and list in the
SDK layer will make the code more
easier to understand.

Change-Id: Ic1ec81b1e25f6bf3a7913b68310f2fc853fcc5d5
2016-06-15 13:59:48 +00:00

10 lines
359 B
YAML

---
upgrade:
- Alarm list and query has been split into two separate functions
in the SDK layer( CLI user still uses alarm list with --query
or --filter as before).
deprecations:
- Calling alarm list function with query parameter has been deprecated
and will be removed in python-aodhclient 0.7.0, please use alarm query
function instead.