![Kevin_Zheng](/assets/img/avatar_default.png)
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
10 lines
359 B
YAML
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.
|