heat/heat/db/sqlalchemy
Steve Baker 71a1e26140 Find root stack ID with database operations
This change adds a (currently unused) database function
stack_get_root_id to find the root stack ID for any stack.

Scheduler hints are moved to using Stack.root_stack_id() in this change.
Remaining uses of Stack.root_stack() will switch to using
Stack.root_stack_id() later in the series.

Change-Id: I9914b0df5af119edea6346db0d7c62124fbb1313
Partial-Bug: #1455589
2015-05-19 10:26:32 -07:00
..
migrate_repo Merge "Change instances of x.next() to next(x)" 2015-04-24 08:49:12 +00:00
__init__.py Stub out the database access API 2012-03-29 18:02:16 +02:00
api.py Find root stack ID with database operations 2015-05-19 10:26:32 -07:00
filters.py replace dict.iteritems() with six.iteritems(dict) 2014-08-06 10:56:09 +08:00
migration.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
models.py Persist parent_resource_name and make sure it's available 2015-04-10 14:15:38 +10:00
types.py Add extra columns for resource table 2015-03-17 06:09:26 -04:00
utils.py Fixes migrate_data utils to avoid created_at filed 2015-04-01 15:28:33 +05:30