示例#1
0
 def get_status(cls, context, stack_id):
     """Return action and status for the given stack."""
     return db_api.stack_get_status(context, stack_id)
示例#2
0
 def get_status(cls, context, stack_id):
     """Return action and status for the given stack."""
     return db_api.stack_get_status(context, stack_id)