liusheng e27bfdf89d Fix the -q/--query in threshold alarm creation
Currently, when creating an threshold with aodhclient, we can use
-q/--query parameter to specify query conditions for alarm rule. but the
parameter is unavailable now.

* The -q parameter is unsupported by cliff, because -q/--quiet is internally
used by cliff. so we drop it.

* The --query cannot be used according to the help string because wrong
implementation.

* The --query usages of threshold/event type alarms and
gnocchi_aggregation_by_resources_threshold type alarms are different.

Closes-Bug: #1550094
Change-Id: I0a1235d12cd6aac80e81aa1c583bc79e2e50667f
2016-03-14 09:16:22 +08:00
2016-01-21 02:42:46 +00:00
2015-08-30 19:39:12 +02:00
2015-12-15 11:41:51 -05:00
2015-08-28 11:43:50 +02:00
2015-08-28 11:43:50 +02:00
2016-03-07 10:06:08 +08:00
2015-08-28 11:43:50 +02:00
2015-08-28 11:43:50 +02:00
2015-12-15 11:41:51 -05:00
2016-02-11 22:14:13 -05:00
2015-12-15 11:41:51 -05:00
2015-08-28 11:43:50 +02:00
2016-01-14 18:03:09 +08:00

aodhclient

Python bindings to the OpenStack Aodh API

This is a client for OpenStack Aodh API. There's a Python API <api> (the aodhclient module), and a command-line script <shell> (installed as aodh). Each implements the entire OpenStack Aodh API.

Description
Client library for Aodh API
Readme 3.1 MiB
Languages
Python 99.1%
Shell 0.9%