[heat.templates]
heat_template_version.2014-10-16 = heat.engine.hot.template:HOTemplate20141016
heat_template_version.2015-04-30 = heat.engine.hot.template:HOTemplate20150430
HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:HeatTemplate
heat_template_version.2015-10-15 = heat.engine.hot.template:HOTemplate20151015
AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate
heat_template_version.2013-05-23 = heat.engine.hot.template:HOTemplate20130523
heat_template_version.2016-04-08 = heat.engine.hot.template:HOTemplate20160408

[heat.stack_lifecycle_plugins]


[oslo.config.opts]
heat.engine.resources = heat.engine.resources:list_opts
heat.common.config = heat.common.config:list_opts
heat_integrationtests.common.config = heat_integrationtests.common.config:list_opts
heat.common.crypt = heat.common.crypt:list_opts
heat.common.context = heat.common.context:list_opts
heat.common.heat_keystoneclient = heat.common.heat_keystoneclient:list_opts
heat.openstack.common.policy = heat.openstack.common.policy:list_opts
heat.api.middleware.ssl = heat.api.middleware.ssl:list_opts
heat.common.wsgi = heat.common.wsgi:list_opts
heat.api.aws.ec2token = heat.api.aws.ec2token:list_opts
heat.engine.notification = heat.engine.notification:list_opts
heat.engine.clients = heat.engine.clients:list_opts

[heat.event_sinks]
zaqar-queue = heat.engine.clients.os.zaqar:ZaqarEventSink

[heat.constraints]
designate.domain = heat.engine.clients.os.designate:DesignateDomainConstraint
senlin.cluster = heat.engine.clients.os.senlin:ClusterConstraint
barbican.secret = heat.engine.clients.os.barbican:SecretConstraint
ip_addr = heat.engine.constraint.common_constraints:IPConstraint
magnum.baymodel = heat.engine.clients.os.magnum:BaymodelConstraint
cinder.volume = heat.engine.clients.os.cinder:VolumeConstraint
nova.flavor = heat.engine.clients.os.nova:FlavorConstraint
manila.share_type = heat.engine.clients.os.manila:ManilaShareTypeConstraint
nova.host = heat.engine.clients.os.nova:HostConstraint
neutron.network = heat.engine.clients.os.neutron.neutron_constraints:NetworkConstraint
cinder.backup = heat.engine.clients.os.cinder:VolumeBackupConstraint
keystone.user = heat.engine.clients.os.keystone:KeystoneUserConstraint
keystone.service = heat.engine.clients.os.keystone:KeystoneServiceConstraint
timezone = heat.engine.constraint.common_constraints:TimezoneConstraint
cinder.vtype = heat.engine.clients.os.cinder:VolumeTypeConstraint
glance.image = heat.engine.clients.os.glance:ImageConstraint
neutron.lbaas.loadbalancer = heat.engine.clients.os.neutron.lbaas_constraints:LoadbalancerConstraint
keystone.role = heat.engine.clients.os.keystone:KeystoneRoleConstraint
senlin.profile = heat.engine.clients.os.senlin:ProfileConstraint
manila.share_snapshot = heat.engine.clients.os.manila:ManilaShareSnapshotConstraint
keystone.domain = heat.engine.clients.os.keystone:KeystoneDomainConstraint
neutron.lbaas.pool = heat.engine.clients.os.neutron.lbaas_constraints:PoolConstraint
cinder.snapshot = heat.engine.clients.os.cinder:VolumeSnapshotConstraint
nova.server = heat.engine.clients.os.nova:ServerConstraint
monasca.notification = heat.engine.clients.os.monasca:MonascaNotificationConstraint
net_cidr = heat.engine.constraint.common_constraints:CIDRConstraint
neutron.router = heat.engine.clients.os.neutron.neutron_constraints:RouterConstraint
neutron.port = heat.engine.clients.os.neutron.neutron_constraints:PortConstraint
senlin.profile_type = heat.engine.clients.os.senlin:ProfileTypeConstraint
manila.share_network = heat.engine.clients.os.manila:ManilaShareNetworkConstraint
iso_8601 = heat.engine.constraint.common_constraints:ISO8601Constraint
neutron.address_scope = heat.engine.clients.os.neutron.neutron_constraints:AddressScopeConstraint
sahara.plugin = heat.engine.clients.os.sahara:PluginConstraint
keystone.group = heat.engine.clients.os.keystone:KeystoneGroupConstraint
keystone.region = heat.engine.clients.os.keystone:KeystoneRegionConstraint
neutron.subnet = heat.engine.clients.os.neutron.neutron_constraints:SubnetConstraint
keystone.project = heat.engine.clients.os.keystone:KeystoneProjectConstraint
neutron.subnetpool = heat.engine.clients.os.neutron.neutron_constraints:SubnetPoolConstraint
neutron.qos_policy = heat.engine.clients.os.neutron.neutron_constraints:QoSPolicyConstraint
neutron.lb.provider = heat.engine.clients.os.neutron.neutron_constraints:LBaasV1ProviderConstraint
test_constr = heat.engine.constraint.common_constraints:TestConstraintDelay
neutron.lbaas.provider = heat.engine.clients.os.neutron.lbaas_constraints:LBaasV2ProviderConstraint
neutron.lbaas.listener = heat.engine.clients.os.neutron.lbaas_constraints:ListenerConstraint
mac_addr = heat.engine.constraint.common_constraints:MACConstraint
nova.keypair = heat.engine.clients.os.nova:KeypairConstraint
cron_expression = heat.engine.constraint.common_constraints:CRONExpressionConstraint
sahara.image = heat.engine.clients.os.sahara:ImageConstraint
trove.flavor = heat.engine.clients.os.trove:FlavorConstraint
senlin.policy_type = heat.engine.clients.os.senlin:PolicyTypeConstraint
nova.network = heat.engine.clients.os.nova:NetworkConstraint

[oslo.messaging.notify.drivers]
heat.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify.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.messaging:MessagingDriver
heat.openstack.common.notifier.log_notifier = oslo_messaging.notify._impl_log:LogDriver

[console_scripts]
heat-manage = heat.cmd.manage:main
heat-api-cfn = heat.cmd.api_cfn:main
heat-engine = heat.cmd.engine:main
heat-api = heat.cmd.api:main
heat-api-cloudwatch = heat.cmd.api_cloudwatch:main

[oslo.config.opts.defaults]
heat.common.config = heat.common.config:set_config_defaults

[heat.clients]
monasca = heat.engine.clients.os.monasca:MonascaClientPlugin
ceilometer = heat.engine.clients.os.ceilometer:CeilometerClientPlugin
senlin = heat.engine.clients.os.senlin:SenlinClientPlugin
zaqar = heat.engine.clients.os.zaqar:ZaqarClientPlugin
sahara = heat.engine.clients.os.sahara:SaharaClientPlugin
trove = heat.engine.clients.os.trove:TroveClientPlugin
nova = heat.engine.clients.os.nova:NovaClientPlugin
mistral = heat.engine.clients.os.mistral:MistralClientPlugin
heat = heat.engine.clients.os.heat_plugin:HeatClientPlugin
keystone = heat.engine.clients.os.keystone:KeystoneClientPlugin
manila = heat.engine.clients.os.manila:ManilaClientPlugin
magnum = heat.engine.clients.os.magnum:MagnumClientPlugin
cinder = heat.engine.clients.os.cinder:CinderClientPlugin
barbican = heat.engine.clients.os.barbican:BarbicanClientPlugin
swift = heat.engine.clients.os.swift:SwiftClientPlugin
glance = heat.engine.clients.os.glance:GlanceClientPlugin
neutron = heat.engine.clients.os.neutron:NeutronClientPlugin
designate = heat.engine.clients.os.designate:DesignateClientPlugin

[wsgi_scripts]
heat-wsgi-api-cfn = heat.httpd.heat_api_cfn:init_application
heat-wsgi-api-cloudwatch = heat.httpd.heat_api_cloudwatch:init_application
heat-wsgi-api = heat.httpd.heat_api:init_application

