deb-aodh/aodh/storage
Rohit Jaiswal c0ea892e87 Fixes querying alarm history with severity field
Querying alarm-history with the severity field
fails with a 500 error as the storage model has
no severity field.

This fix adds the severity field to AlarmHistory
table and model and allows search on severity field.

Change-Id: I4a374d324c7e1bde566e26daf7092fd325f33625
Closes-Bug: 1473046
2015-08-12 14:59:40 +00:00
..
hbase storage: pass conf rather at __init__ than using a global one 2015-07-24 11:26:50 +02:00
mongo Stop using global conf object 2015-07-31 17:43:34 +02:00
sqlalchemy Fixes querying alarm history with severity field 2015-08-12 14:59:40 +00:00
__init__.py storage: remove unused option db2nosql_resource_id_maxlen 2015-08-11 18:26:18 +02:00
base.py Delete its corresponding history data when deleting an alarm 2015-07-27 19:25:54 +08:00
impl_db2.py mongodb: stop relying on global conf object in utils 2015-07-31 17:40:04 +02:00
impl_hbase.py Delete its corresponding history data when deleting an alarm 2015-07-27 19:25:54 +08:00
impl_log.py Delete its corresponding history data when deleting an alarm 2015-07-27 19:25:54 +08:00
impl_mongodb.py Stop using global conf object 2015-07-31 17:43:34 +02:00
impl_sqlalchemy.py Merge "Delete its corresponding history data when deleting an alarm" 2015-08-06 11:24:14 +00:00
models.py Delete its corresponding history data when deleting an alarm 2015-07-27 19:25:54 +08:00
pymongo_base.py Delete its corresponding history data when deleting an alarm 2015-07-27 19:25:54 +08:00