示例#1
0
 def get_root_id(cls, context, stack_id):
     return db_api.stack_get_root_id(context, stack_id)
示例#2
0
文件: stack.py 项目: snehangshuk/heat
 def get_root_id(cls, context, stack_id):
     return db_api.stack_get_root_id(context, stack_id)