Newton Series Release Notes¶
0.6.0¶
New Features¶
Add pagination support for aodhclient, users can now use limit, sort and marker when list alarms and show alarm histories.
The support for alarm search CLI has been dropped. New options for alarm list CLI(–filter and –query) has been added. The new option –query can be used to perform the same operation as the old alarm search CLI, and the new option –filter is used to perform filter query.
Add support for using Aodh command with python-openstackclient.
Add support of get/set alarm state interfaces.
Upgrade Notes¶
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).
Deprecation Notes¶
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.