heat/heat/db
Steve Baker 5808fbffe0 Optional data for resource_data_get_all
resource_data_get_all queries the database for the data, and
transforms the results to a decrypted dict.

If the data is already loaded then it is unnecessary to do the
database query again.

This change allows data to be passed in as an optional argument.
If the passed data is not None then no database call will be made
and the dict transformation will occur on passed data.

Change-Id: I579225d9a3f3b038e0ca41a5900c58413d6e25ac
Related-Bug: #1306743
2014-04-22 10:40:40 +12:00
..
sqlalchemy Optional data for resource_data_get_all 2014-04-22 10:40:40 +12:00
__init__.py Do not initialize anything during import phase 2013-04-24 10:03:06 -07:00
api.py Optional data for resource_data_get_all 2014-04-22 10:40:40 +12:00
sync.py Merge "Make the first line of every file consistent." 2014-04-08 08:51:07 +00:00
utils.py Sync latest oslo.db code 2014-04-11 10:48:46 +03:00