aodh/ceilometer/storage
Rohit Jaiswal b11d24afe7 Trait_* models have incorrect type for key
Each of the TraitText, TraintInt, TraitFloat
and TraitDatetime have key column which has
its type defined incorrectly as Integer. The
migrate script correctly defines the type as
String(255).

This fix updates the sqlalchemy Trait* models
to define key as String(255).

Closes-Bug: 1449752

Change-Id: I5ac2e9b811e3baa53e329732233cd0011a4d25b9
2015-04-29 09:37:42 -07:00
..
hbase Use oslo_utils instead of deprecated oslo.utils 2015-01-10 21:04:23 +08:00
mongo Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
sqlalchemy Trait_* models have incorrect type for key 2015-04-29 09:37:42 -07:00
__init__.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
base.py Remove 'samples:groupby' from the Capabilities list 2015-04-03 13:50:13 +02:00
impl_db2.py Fix db2 upgrade in multi-thread run issue 2015-03-14 14:45:59 +08:00
impl_hbase.py use message id to generate hbase unique key 2015-04-17 17:11:26 +08:00
impl_log.py support time to live on event database for MongoDB 2015-02-05 11:20:51 +08:00
impl_mongodb.py ensure collections created on upgrade 2015-03-23 10:43:51 -04:00
impl_sqlalchemy.py Drop use of 'oslo' namespace package. 2015-04-28 16:22:05 +00:00
models.py Upgrade to hacking 0.10 2015-01-23 17:43:04 +01:00
pymongo_base.py [MongoDB] Fix bug with 'bad' chars in metadatas keys 2014-12-01 15:51:25 +02:00