The heat.api.openstack.v1.util ModuleΒΆ

heat.api.openstack.v1.util.identified_stack(handler)[source]

Decorator for a handler method that passes a stack identifier in place of the various path components.

heat.api.openstack.v1.util.make_link(req, identity, relationship='self')[source]

Return a link structure for the supplied identity dictionary.

heat.api.openstack.v1.util.make_url(req, identity)[source]

Return the URL for the supplied identity dictionary.

heat.api.openstack.v1.util.tenant_local(handler)[source]

Decorator for a handler method that sets the correct tenant_id in the request context.

Previous topic

The heat.api.openstack.v1.events Module

Next topic

The heat.api.openstack.v1.resources Module

This Page