[heat.clients]
ceilometer = heat.engine.clients.os.ceilometer:CeilometerClientPlugin
cinder = heat.engine.clients.os.cinder:CinderClientPlugin
glance = heat.engine.clients.os.glance:GlanceClientPlugin
heat = heat.engine.clients.os.heat_plugin:HeatClientPlugin
keystone = heat.engine.clients.os.keystone:KeystoneClientPlugin
neutron = heat.engine.clients.os.neutron:NeutronClientPlugin
nova = heat.engine.clients.os.nova:NovaClientPlugin
swift = heat.engine.clients.os.swift:SwiftClientPlugin
trove = heat.engine.clients.os.trove:TroveClientPlugin

[heat.constraints]
glance.image = heat.engine.resources.image:ImageConstraint
iso_8601 = heat.engine.resources.iso_8601:ISO8601Constraint
neutron.network = heat.engine.resources.neutron.net:NetworkConstraint
nova.flavor = heat.engine.resources.server:FlavorConstraint
nova.keypair = heat.engine.resources.nova_keypair:KeypairConstraint

[heat.templates]
AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate
HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:CfnTemplate
heat_template_version.2013-05-23 = heat.engine.hot.template:HOTemplate

[oslo.config.opts]
heat.common.config = heat.common.config:list_opts
heat.common.wsgi = heat.common.wsgi:list_opts

