heat.engine.sync_point
Module¶heat.engine.sync_point.
create
(context, entity_id, traversal_id, is_update, stack_id)[source]¶Creates a sync point entry in DB.
heat.engine.sync_point.
delete_all
(context, stack_id, traversal_id)[source]¶Deletes all sync points of a stack associated with a traversal_id.
heat.engine.sync_point.
get
(context, entity_id, traversal_id, is_update)[source]¶Retrieves a sync point entry from DB.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.