[heat.templates]
AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate
heat_template_version.2013-05-23 = heat.engine.hot.template:HOTemplate20130523
HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:HeatTemplate
heat_template_version.2014-10-16 = heat.engine.hot.template:HOTemplate20141016

[heat.stack_lifecycle_plugins]


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

[heat.constraints]
nova.flavor = heat.engine.resources.server:FlavorConstraint
nova.keypair = heat.engine.resources.nova_keypair:KeypairConstraint
iso_8601 = heat.engine.resources.iso_8601:ISO8601Constraint
neutron.network = heat.engine.clients.os.neutron:NetworkConstraint
neutron.port = heat.engine.clients.os.neutron:PortConstraint
neutron.router = heat.engine.clients.os.neutron:RouterConstraint
neutron.subnet = heat.engine.clients.os.neutron:SubnetConstraint
glance.image = heat.engine.clients.os.glance:ImageConstraint

[oslo.messaging.notify.drivers]
heat.openstack.common.notifier.rpc_notifier2 = oslo.messaging.notify._impl_messaging:MessagingV2Driver
heat.openstack.common.notifier.no_op_notifier = oslo.messaging.notify._impl_noop:NoOpDriver
heat.openstack.common.notifier.test_notifier = oslo.messaging.notify._impl_test:TestDriver
heat.openstack.common.notifier.rpc_notifier = oslo.messaging.notify._impl_messaging:MessagingDriver
heat.openstack.common.notifier.log_notifier = oslo.messaging.notify._impl_log:LogDriver

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

