deb-heat/heat/db/sqlalchemy
Chris Alfonso d3bdddee68 Allowed the database call to return no parsed template.
The database impl was raising an exception if no parsed template
exists.  The logic that was looking up the parsed template
expects None to be returned if the template isn't stored.

* I also fixed some pep8 errors.
2012-05-10 15:31:31 -04:00
..
migrate_repo Fix the parsed_template columns (missing created_at and updated_at) 2012-04-18 14:04:02 +10:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py Allowed the database call to return no parsed template. 2012-05-10 15:31:31 -04:00
manage.py Remove hard-coded paths from DB setup script 2012-04-17 17:38:48 +02:00
migration.py more pep fixups. 2012-04-27 13:15:15 +10:00
models.py Connect metadata server to the engine via RPC 2012-05-05 02:22:42 +02:00
session.py More peppy fixes... 2012-05-07 18:58:36 +10:00