2013-05-16 09:27:55 -07:00
|
|
|
[metadata]
|
|
|
|
name = heat
|
2015-06-16 19:49:14 +00:00
|
|
|
version = 5.0.0
|
2013-05-16 09:27:55 -07:00
|
|
|
summary = OpenStack Orchestration
|
|
|
|
description-file =
|
|
|
|
README.rst
|
|
|
|
author = OpenStack
|
|
|
|
author-email = openstack-dev@lists.openstack.org
|
|
|
|
home-page = http://www.openstack.org/
|
|
|
|
classifier =
|
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
|
|
|
Programming Language :: Python :: 2
|
|
|
|
Programming Language :: Python :: 2.7
|
2012-03-14 09:25:54 +11:00
|
|
|
|
2013-05-16 09:27:55 -07:00
|
|
|
[files]
|
|
|
|
packages =
|
|
|
|
heat
|
|
|
|
scripts =
|
|
|
|
bin/heat-db-setup
|
|
|
|
bin/heat-keystone-setup
|
2014-04-25 21:04:48 -07:00
|
|
|
bin/heat-keystone-setup-domain
|
2012-03-14 09:25:54 +11:00
|
|
|
|
2014-05-20 10:45:51 +02:00
|
|
|
[entry_points]
|
2015-06-10 15:08:54 -04:00
|
|
|
console_scripts =
|
2015-09-02 08:21:25 +05:30
|
|
|
heat-api = heat.cmd.api:main
|
|
|
|
heat-api-cfn = heat.cmd.api_cfn:main
|
|
|
|
heat-api-cloudwatch = heat.cmd.api_cloudwatch:main
|
|
|
|
heat-engine = heat.cmd.engine:main
|
2015-06-10 15:08:54 -04:00
|
|
|
heat-manage = heat.cmd.manage:main
|
|
|
|
|
2014-05-20 10:45:51 +02:00
|
|
|
oslo.config.opts =
|
|
|
|
heat.common.config = heat.common.config:list_opts
|
2014-12-17 10:36:51 +01:00
|
|
|
heat.common.crypt = heat.common.crypt:list_opts
|
|
|
|
heat.common.heat_keystoneclient = heat.common.heat_keystoneclient:list_opts
|
2014-05-20 10:45:51 +02:00
|
|
|
heat.common.wsgi = heat.common.wsgi:list_opts
|
2014-12-17 10:36:51 +01:00
|
|
|
heat.engine.clients = heat.engine.clients:list_opts
|
|
|
|
heat.engine.notification = heat.engine.notification:list_opts
|
|
|
|
heat.engine.resources = heat.engine.resources:list_opts
|
|
|
|
heat.openstack.common.policy = heat.openstack.common.policy:list_opts
|
|
|
|
heat.api.middleware.ssl = heat.api.middleware.ssl:list_opts
|
|
|
|
heat.api.aws.ec2token = heat.api.aws.ec2token:list_opts
|
|
|
|
heat_integrationtests.common.config = heat_integrationtests.common.config:list_opts
|
2014-05-20 10:45:51 +02:00
|
|
|
|
2014-07-04 08:34:39 +12:00
|
|
|
heat.clients =
|
2015-05-05 18:22:35 +02:00
|
|
|
barbican = heat.engine.clients.os.barbican:BarbicanClientPlugin
|
2014-06-04 15:35:36 +12:00
|
|
|
ceilometer = heat.engine.clients.os.ceilometer:CeilometerClientPlugin
|
2014-06-04 15:12:03 +12:00
|
|
|
cinder = heat.engine.clients.os.cinder:CinderClientPlugin
|
2015-06-17 14:56:35 +05:30
|
|
|
designate = heat.engine.clients.os.designate:DesignateClientPlugin
|
2014-06-04 14:24:30 +12:00
|
|
|
glance = heat.engine.clients.os.glance:GlanceClientPlugin
|
2014-06-04 16:51:32 +12:00
|
|
|
heat = heat.engine.clients.os.heat_plugin:HeatClientPlugin
|
2014-06-09 11:42:16 +12:00
|
|
|
keystone = heat.engine.clients.os.keystone:KeystoneClientPlugin
|
2015-06-02 13:27:58 -04:00
|
|
|
magnum = heat.engine.clients.os.magnum:MagnumClientPlugin
|
2015-06-03 18:57:54 -07:00
|
|
|
manila = heat.engine.clients.os.manila:ManilaClientPlugin
|
2015-06-03 22:45:35 -07:00
|
|
|
mistral = heat.engine.clients.os.mistral:MistralClientPlugin
|
2015-07-17 10:29:14 +05:30
|
|
|
monasca = heat.engine.clients.os.monasca:MonascaClientPlugin
|
2014-07-04 08:34:39 +12:00
|
|
|
nova = heat.engine.clients.os.nova:NovaClientPlugin
|
2014-06-04 14:29:24 +12:00
|
|
|
neutron = heat.engine.clients.os.neutron:NeutronClientPlugin
|
2014-06-04 14:06:12 +12:00
|
|
|
swift = heat.engine.clients.os.swift:SwiftClientPlugin
|
2014-06-04 15:25:24 +12:00
|
|
|
trove = heat.engine.clients.os.trove:TroveClientPlugin
|
2014-06-17 11:39:30 +03:00
|
|
|
sahara = heat.engine.clients.os.sahara:SaharaClientPlugin
|
2015-05-26 08:17:17 +02:00
|
|
|
zaqar = heat.engine.clients.os.zaqar:ZaqarClientPlugin
|
2014-07-04 08:34:39 +12:00
|
|
|
|
2014-06-27 18:18:06 +10:00
|
|
|
heat.constraints =
|
2014-11-13 17:07:08 +08:00
|
|
|
nova.flavor = heat.engine.clients.os.nova:FlavorConstraint
|
2015-06-25 07:38:43 -04:00
|
|
|
nova.network = heat.engine.clients.os.nova:NetworkConstraint
|
2014-06-17 16:06:59 +12:00
|
|
|
neutron.network = heat.engine.clients.os.neutron:NetworkConstraint
|
2014-07-07 16:40:25 +08:00
|
|
|
neutron.port = heat.engine.clients.os.neutron:PortConstraint
|
|
|
|
neutron.router = heat.engine.clients.os.neutron:RouterConstraint
|
|
|
|
neutron.subnet = heat.engine.clients.os.neutron:SubnetConstraint
|
2014-06-17 14:40:39 +12:00
|
|
|
glance.image = heat.engine.clients.os.glance:ImageConstraint
|
2015-07-30 16:40:53 +08:00
|
|
|
iso_8601 = heat.engine.constraint.common_constraints:ISO8601Constraint
|
2014-11-12 17:22:40 +08:00
|
|
|
nova.server = heat.engine.clients.os.nova:ServerConstraint
|
2014-11-13 17:07:08 +08:00
|
|
|
nova.keypair = heat.engine.clients.os.nova:KeypairConstraint
|
2014-11-21 15:43:29 +08:00
|
|
|
cinder.volume = heat.engine.clients.os.cinder:VolumeConstraint
|
2014-11-21 16:54:18 +08:00
|
|
|
cinder.snapshot = heat.engine.clients.os.cinder:VolumeSnapshotConstraint
|
2014-12-12 15:51:28 +08:00
|
|
|
cinder.vtype = heat.engine.clients.os.cinder:VolumeTypeConstraint
|
2015-05-15 16:25:59 +08:00
|
|
|
cinder.backup = heat.engine.clients.os.cinder:VolumeBackupConstraint
|
2015-01-23 20:17:25 -05:00
|
|
|
sahara.image = heat.engine.clients.os.sahara:ImageConstraint
|
2015-03-11 21:06:17 +02:00
|
|
|
trove.flavor = heat.engine.clients.os.trove:FlavorConstraint
|
2015-07-30 17:48:04 +08:00
|
|
|
ip_addr = heat.engine.constraint.common_constraints:IPConstraint
|
|
|
|
mac_addr = heat.engine.constraint.common_constraints:MACConstraint
|
|
|
|
net_cidr = heat.engine.constraint.common_constraints:CIDRConstraint
|
2015-05-29 17:58:49 -07:00
|
|
|
keystone.role = heat.engine.clients.os.keystone:KeystoneRoleConstraint
|
|
|
|
keystone.domain = heat.engine.clients.os.keystone:KeystoneDomainConstraint
|
|
|
|
keystone.project = heat.engine.clients.os.keystone:KeystoneProjectConstraint
|
|
|
|
keystone.group = heat.engine.clients.os.keystone:KeystoneGroupConstraint
|
|
|
|
keystone.service = heat.engine.clients.os.keystone:KeystoneServiceConstraint
|
2015-07-23 19:46:43 +00:00
|
|
|
keystone.user = heat.engine.clients.os.keystone:KeystoneUserConstraint
|
2015-04-08 23:08:47 +03:00
|
|
|
manila.share_snapshot = heat.engine.clients.os.manila:ManilaShareSnapshotConstraint
|
|
|
|
manila.share_network = heat.engine.clients.os.manila:ManilaShareNetworkConstraint
|
|
|
|
manila.share_type = heat.engine.clients.os.manila:ManilaShareTypeConstraint
|
2015-06-17 14:56:35 +05:30
|
|
|
designate.domain = heat.engine.clients.os.designate:DesignateDomainConstraint
|
2015-08-03 13:06:55 +08:00
|
|
|
timezone = heat.engine.constraint.common_constraints:TimezoneConstraint
|
|
|
|
cron_expression = heat.engine.constraint.common_constraints:CRONExpressionConstraint
|
2015-07-17 10:29:14 +05:30
|
|
|
monasca.notification = heat.engine.clients.os.monasca:MonascaNotificationConstraint
|
2015-09-04 15:53:18 +03:00
|
|
|
sahara.plugin = heat.engine.clients.os.sahara:PluginConstraint
|
2014-06-27 18:18:06 +10:00
|
|
|
|
2014-08-22 13:55:14 -04:00
|
|
|
heat.stack_lifecycle_plugins =
|
|
|
|
|
2014-06-27 21:21:39 +10:00
|
|
|
heat.templates =
|
2014-09-09 11:13:43 +10:00
|
|
|
heat_template_version.2013-05-23 = heat.engine.hot.template:HOTemplate20130523
|
|
|
|
heat_template_version.2014-10-16 = heat.engine.hot.template:HOTemplate20141016
|
2015-01-09 19:24:47 +00:00
|
|
|
heat_template_version.2015-04-30 = heat.engine.hot.template:HOTemplate20150430
|
2015-06-23 11:12:32 +01:00
|
|
|
heat_template_version.2015-10-15 = heat.engine.hot.template:HOTemplate20151015
|
2014-09-09 11:13:43 +10:00
|
|
|
HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:HeatTemplate
|
2014-06-27 21:21:39 +10:00
|
|
|
AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate
|
|
|
|
|
2014-08-12 10:21:51 +02:00
|
|
|
# These are for backwards compat with Icehouse notification_driver configuration values
|
|
|
|
oslo.messaging.notify.drivers =
|
2015-02-18 14:19:07 +01:00
|
|
|
heat.openstack.common.notifier.log_notifier = oslo_messaging.notify._impl_log:LogDriver
|
|
|
|
heat.openstack.common.notifier.no_op_notifier = oslo_messaging.notify._impl_noop:NoOpDriver
|
|
|
|
heat.openstack.common.notifier.rpc_notifier2 = oslo_messaging.notify._impl_messaging:MessagingV2Driver
|
|
|
|
heat.openstack.common.notifier.rpc_notifier = oslo_messaging.notify._impl_messaging:MessagingDriver
|
|
|
|
heat.openstack.common.notifier.test_notifier = oslo_messaging.notify._impl_test:TestDriver
|
2014-06-27 21:21:39 +10:00
|
|
|
|
2013-05-16 09:27:55 -07:00
|
|
|
[global]
|
|
|
|
setup-hooks =
|
|
|
|
pbr.hooks.setup_hook
|
2013-06-19 12:35:14 -07:00
|
|
|
|
|
|
|
[compile_catalog]
|
|
|
|
directory = heat/locale
|
|
|
|
domain = heat
|
|
|
|
|
|
|
|
[update_catalog]
|
|
|
|
domain = heat
|
|
|
|
output_dir = heat/locale
|
|
|
|
input_file = heat/locale/heat.pot
|
|
|
|
|
2015-05-05 14:06:47 +02:00
|
|
|
[pbr]
|
|
|
|
autodoc_index_modules = true
|
|
|
|
autodoc_exclude_modules =
|
|
|
|
heat.testing.*
|
|
|
|
heat.cmd.*
|
|
|
|
heat.common.*
|
|
|
|
heat.cloudinit.*
|
|
|
|
heat.cfn_client.*
|
|
|
|
heat.doc.*
|
|
|
|
heat.db.*
|
|
|
|
heat.engine.resources.*
|
|
|
|
heat.locale.*
|
|
|
|
heat.openstack.*
|
|
|
|
*.tests.*
|
|
|
|
*.resources.*
|
|
|
|
|
2013-06-19 12:35:14 -07:00
|
|
|
[extract_messages]
|
|
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
|
|
mapping_file = babel.cfg
|
2013-07-16 11:01:47 -04:00
|
|
|
output_file = heat/locale/heat.pot
|
|
|
|
|
|
|
|
[build_sphinx]
|
|
|
|
all_files = 1
|
|
|
|
build-dir = doc/build
|
|
|
|
source-dir = doc/source
|