heat/heat/engine/resources/openstack/nova
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
..
__init__.py Move nova resources to engine/resources/openstack/nova/ 2015-03-05 09:32:01 +08:00
nova_floatingip.py Replace self.properties.get on self.properties[] 2015-05-13 16:24:12 +03:00
nova_keypair.py Move nova resources to engine/resources/openstack/nova/ 2015-03-05 09:32:01 +08:00
nova_servergroup.py Replace self.properties.get on self.properties[] 2015-05-13 16:24:12 +03:00
server.py Find root stack ID with database operations 2015-05-19 10:26:32 -07:00