File: split-alarm-query-and-list-5998020b88ddc9f5.yaml

package info (click to toggle)
python-aodhclient 3.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 596 kB
  • sloc: python: 2,812; sh: 34; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
---
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.