summaryrefslogtreecommitdiff
path: root/heat/db/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/db/api.py')
-rw-r--r--heat/db/api.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/heat/db/api.py b/heat/db/api.py
index 247214eb4..dd5d0eedf 100644
--- a/heat/db/api.py
+++ b/heat/db/api.py
@@ -188,6 +188,10 @@ def stack_get_all_by_owner_id(context, owner_id):
return IMPL.stack_get_all_by_owner_id(context, owner_id)
+def stack_get_all_by_root_owner_id(context, owner_id):
+ return IMPL.stack_get_all_by_root_owner_id(context, owner_id)
+
+
def stack_count_all(context, filters=None,
show_deleted=False, show_nested=False, show_hidden=False,
tags=None, tags_any=None, not_tags=None,