9850832da5
This moves the client creation code out of Clients._nova() into its own client plugin. Raising nova exceptions has been moved to heat.tests.v1_1.fakes.fake_exception since it is actually impossible to directly create a nova exception object which works on both novaclient 2.17 and (yet to be released) 2.18. nova.exceptions.from_response is stable across novaclient releases so all test exceptions are now raised using from_response. Change-Id: Id68ff32c381c9c8c06f3712736d1888d1d0e8110
78 lines
2.0 KiB
INI
78 lines
2.0 KiB
INI
[metadata]
|
|
name = heat
|
|
version = 2014.2
|
|
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
|
|
Programming Language :: Python :: 2.6
|
|
|
|
[files]
|
|
packages =
|
|
heat
|
|
scripts =
|
|
bin/cinder-keystone-setup
|
|
bin/heat-api
|
|
bin/heat-api-cfn
|
|
bin/heat-api-cloudwatch
|
|
bin/heat-db-setup
|
|
bin/heat-engine
|
|
bin/heat-keystone-setup
|
|
bin/heat-keystone-setup-domain
|
|
bin/heat-manage
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
heat.common.config = heat.common.config:list_opts
|
|
heat.common.wsgi = heat.common.wsgi:list_opts
|
|
|
|
heat.clients =
|
|
nova = heat.engine.clients.os.nova:NovaClientPlugin
|
|
|
|
heat.constraints =
|
|
nova.flavor = heat.engine.resources.server:FlavorConstraint
|
|
neutron.network = heat.engine.resources.neutron.net:NetworkConstraint
|
|
glance.image = heat.engine.resources.image:ImageConstraint
|
|
iso_8601 = heat.engine.resources.iso_8601:ISO8601Constraint
|
|
nova.keypair = heat.engine.resources.nova_keypair:KeypairConstraint
|
|
|
|
heat.templates =
|
|
heat_template_version.2013-05-23 = heat.engine.hot.template:HOTemplate
|
|
HeatTemplateFormatVersion.2012-12-12 = heat.engine.cfn.template:CfnTemplate
|
|
AWSTemplateFormatVersion.2010-09-09 = heat.engine.cfn.template:CfnTemplate
|
|
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[compile_catalog]
|
|
directory = heat/locale
|
|
domain = heat
|
|
|
|
[update_catalog]
|
|
domain = heat
|
|
output_dir = heat/locale
|
|
input_file = heat/locale/heat.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = heat/locale/heat.pot
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|