aodh/ceilometer
lqslan b2fd1dee45 [DB2 nosql] Create TIMESTAMP type index for 'timestamp' field
Currently, when doing ceilometer-dbsync, ceilometer will create an
index for 'timestamp' field of meter collection. But the datatype
of the field is set to 'VARCHAR' which is not correct.

The patch insert a document with 'timestamp' before creating the
index of 'timestamp', then DB2 nosql will create the correct index
type for 'timestamp' field.

Change-Id: I69dd2fc8d552f5dbb2485c2a5eab55b3bee71e29
Closes-Bug: #1411492
2015-01-22 22:12:54 +08:00
..
2015-01-16 10:02:51 +08:00
2015-01-16 09:09:05 +08:00
2015-01-16 09:09:05 +08:00
2014-12-09 01:11:24 +08:00
2014-12-19 12:49:56 +03:00
2015-01-21 12:19:54 +00:00