aodh/ceilometer/storage/sqlalchemy/migrate_repo
Mehdi Abaakouk 48c85f740a Alarm API update
This updates the alarm API to match the latest discussion:

https://wiki.openstack.org/wiki/Ceilometer/blueprints/alarm-api

It allows creation of different kinds of alarm.
The current kind of alarm has been named 'threshold'.

It move the defaults values from the storage models to the API
with all tools provided by wsme to ensure mandatory field and default.

A behavior change, it is now mandatory to PUT a full alarm description
in a PUT call.
In the future a new endpoint can be added to allow to modify only one
field (example for state: /v2/alarms/<id>/state)

Implements blueprint alarming-logical-combination

Change-Id: Ib85636728d427cdb70ef530ff9ff20d2b75c5ed1
2013-09-19 16:11:38 +02:00
..
versions Alarm API update 2013-09-19 16:11:38 +02:00
__init__.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
manage.py implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
migrate.cfg implement sqlalchemy dbengine backend 2012-09-26 21:36:44 +00:00
README Call alembic migrations after sqlalchemy-migrate 2013-07-29 16:40:32 +03:00

sqlalchemy-migrate is DEPRECATED.

All new migrations should be written using alembic.
Please see ceilometer/storage/sqlalchemy/alembic/README