terriyu c7877f1a32 Added missing source variable in storage drivers
Addresses bug 1163479
*tests/storage/base.py
*ceilometer/storage/models.py
*ceilometer/storage/impl_hbase.py
*ceilometer/storage/impl_mongodb.py
*ceilometer/storage/impl_sqlalchemy.py

Added self.assertIn statements to test_get_resources() and test_get_meters()
functions in /tests/storage/base.py

These assert statements check for the existence of the source variable and
also if the source variable is in the set of sources hard coded by the database
test data.

Added the source variable to models.Resource and models.Meter in the HBase,
MongoDB, and SQLAlchemy drivers.  Added the source variable to the
specifications for the Resource and Meter classes in models.py

Change-Id: I5a407bc8c7ce82a71be7e56705c540ece4573340
2013-05-22 19:29:32 +00:00
..
2013-05-18 18:06:38 +10:00
2013-05-13 15:27:14 +02:00
2012-07-27 10:34:36 -04:00
2013-05-13 15:27:14 +02:00
2012-10-26 16:37:23 +02:00
2013-05-18 18:06:38 +10:00