heat/heat/db/sqlalchemy
Steven Hardy 7ef1344d0a Convert Resource to separate action/status
Next step in decoupling action/status

This adjusts the Resource DB columns, model and class to be consistent
with Event, and split action/status.  This also modifies the both APIs
to join the action/status to avoid changing the API (we can't change
the CFN one anyway and it's desirable to avoid breaking compatibility
with the ReST API, or needing a version bump for this simple change)

Change-Id: I02b56eb14045a058e67b9764d386530d555c339e
2013-06-14 13:44:04 +01:00
..
migrate_repo Convert Resource to separate action/status 2013-06-14 13:44:04 +01:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py Remove service _user, _password, _tenant from context 2013-04-23 10:29:02 +12:00
manage.py heat-db-setup read engine config file for DB connection details 2012-12-07 17:16:04 +00:00
migration.py Establish an initial version of the database 2013-03-11 17:36:06 +01:00
models.py Convert Resource to separate action/status 2013-06-14 13:44:04 +01:00
session.py Fix PEP H402 "one line docstring needs punctuation." 2013-05-20 21:55:11 +10:00