The heat.db.sqlalchemy.api Module

Implementation of SQLAlchemy backend.

heat.db.sqlalchemy.api.event_create(context, values)[source]
heat.db.sqlalchemy.api.event_get(context, event_id)[source]
heat.db.sqlalchemy.api.event_get_all(context)[source]
heat.db.sqlalchemy.api.event_get_all_by_stack(context, stack_id)[source]
heat.db.sqlalchemy.api.event_get_all_by_tenant(context)[source]
heat.db.sqlalchemy.api.model_query(context, *args)[source]
heat.db.sqlalchemy.api.raw_template_create(context, values)[source]
heat.db.sqlalchemy.api.raw_template_get(context, template_id)[source]
heat.db.sqlalchemy.api.raw_template_get_all(context)[source]
heat.db.sqlalchemy.api.resource_create(context, values)[source]
heat.db.sqlalchemy.api.resource_get(context, resource_id)[source]
heat.db.sqlalchemy.api.resource_get_all(context)[source]
heat.db.sqlalchemy.api.resource_get_all_by_stack(context, stack_id)[source]
heat.db.sqlalchemy.api.resource_get_by_name_and_stack(context, resource_name, stack_id)[source]
heat.db.sqlalchemy.api.resource_get_by_physical_resource_id(context, physical_resource_id)[source]
heat.db.sqlalchemy.api.stack_create(context, values)[source]
heat.db.sqlalchemy.api.stack_delete(context, stack_id)[source]
heat.db.sqlalchemy.api.stack_get(context, stack_id, admin=False)[source]
heat.db.sqlalchemy.api.stack_get_all(context)[source]
heat.db.sqlalchemy.api.stack_get_all_by_tenant(context)[source]
heat.db.sqlalchemy.api.stack_get_by_name(context, stack_name, owner_id=None)[source]
heat.db.sqlalchemy.api.stack_update(context, stack_id, values)[source]
heat.db.sqlalchemy.api.user_creds_create(context)[source]
heat.db.sqlalchemy.api.user_creds_get(user_creds_id)[source]
heat.db.sqlalchemy.api.watch_data_create(context, values)[source]
heat.db.sqlalchemy.api.watch_data_delete(context, watch_name)[source]
heat.db.sqlalchemy.api.watch_data_get_all(context)[source]
heat.db.sqlalchemy.api.watch_rule_create(context, values)[source]
heat.db.sqlalchemy.api.watch_rule_delete(context, watch_name)[source]
heat.db.sqlalchemy.api.watch_rule_get(context, watch_rule_id)[source]
heat.db.sqlalchemy.api.watch_rule_get_all(context)[source]
heat.db.sqlalchemy.api.watch_rule_get_all_by_stack(context, stack_id)[source]
heat.db.sqlalchemy.api.watch_rule_get_by_name(context, watch_rule_name)[source]
heat.db.sqlalchemy.api.watch_rule_update(context, watch_id, values)[source]

This Page