
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
ceilometer
See the ReleaseNotes document and the project home for more info.
Description
Languages
Python
98.5%
Shell
1.3%
Mako
0.2%