Go to file
lizheming f9381c656e assertTrue(isinstance) replace by assertIsInstance
some of tests use different method of assertTrue(isinstance(A, B))
or assertEqual(type(A), B). The correct way is to use
assertIsInstance(A, B) provided by testtools

Change-Id: I7072fef7fe5f76e526fc0ccca7a4894accaae80f
Closes-Bug: #1268480
2014-01-18 20:18:21 +08:00
2014-01-09 06:08:22 +00:00
2014-01-14 19:04:34 +00:00
2013-11-27 14:09:28 +08:00
2014-01-11 17:29:53 +08:00
2013-05-18 18:06:38 +10:00
2012-11-11 19:13:08 +00:00
2013-11-13 15:32:31 +01:00
2013-05-11 12:44:54 -04:00
2013-03-15 14:25:48 +00:00
2013-11-26 16:03:26 +01:00
2013-07-14 21:09:38 +02:00
2012-12-05 10:22:43 +01:00
2014-01-08 14:59:36 +01:00
2014-01-09 06:08:22 +00:00
2013-09-19 11:42:10 +02:00
2014-01-07 10:38:55 -06:00

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer

Description
OpenStack Telemetry (Ceilometer)
Readme 108 MiB
Languages
Python 98.5%
Shell 1.5%