heat/heat/common
Michael Krotscheck 59ccb2f751 Moved CORS middleware configuration into oslo-config-generator
The default values needed for heat's implementation of cors
middleware have been moved from paste.ini into the configuration
hooks provided by oslo.config. Furthermore, these values have been
added to the default configuration parsing. This ensures
that if a value remains unset in heat.conf, it will be set
to use sane defaults, and that an operator modifying the
configuration file will be presented with a default set of
necessary sane headers.

Change-Id: Ie3791007b33788829417ce508a3c719ae626bbce
Closes-Bug: 1551836
2016-03-14 08:19:29 -07:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 20:29:31 +08:00
auth_password.py Pass all options when doing keystone discovery 2016-02-19 13:53:47 +01:00
auth_url.py Consolidate keystone v3 hacks 2015-10-01 15:11:46 +00:00
cache.py Use caching for resource name/id finders 2016-02-18 17:52:03 +05:30
config.py Moved CORS middleware configuration into oslo-config-generator 2016-03-14 08:19:29 -07:00
context.py Use correct user_domain_id when create trust auth plugin 2016-01-18 11:42:03 +08:00
crypt.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
custom_backend_auth.py Fix some inconsistency in docstrings 2015-12-29 01:40:42 +08:00
endpoint_utils.py Pass all options when doing keystone discovery 2016-02-19 13:53:47 +01:00
environment_format.py Event transport 2016-01-05 10:22:57 +01:00
exception.py Immutable parameters 2016-02-22 13:40:16 -06:00
grouputils.py InstanceGroup to keep FAILED resources in template 2016-01-21 22:22:31 -05:00
heat_keystoneclient.py Pass all options when doing keystone discovery 2016-02-19 13:53:47 +01:00
i18n.py Fix problems in unicode template support 2016-03-04 01:59:40 +00:00
identifier.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
lifecycle_plugin_utils.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
messaging.py Fix some new PEP8 errors found at gate 2015-03-24 11:13:50 +08:00
netutils.py Add SubnetPool neutron Resource 2015-12-02 19:35:14 +05:30
param_utils.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
plugin_loader.py Update the rest of the code to satisfy flake8 in a py34 env 2015-04-24 11:53:43 +05:30
policy.py Check RBAC policy for nested stacks 2016-02-02 14:41:23 +00:00
profiler.py Use OSprofiler options consolidated in lib itself 2016-02-03 18:25:36 -08:00
serializers.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
service_utils.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
short_id.py Some lambda were replaced on def 2015-09-23 11:35:29 +01:00
template_format.py JSON size violation gives a bad error with nested templates 2016-01-19 11:30:28 +08:00
timeutils.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
urlfetch.py py34: Fix integration tests 2015-09-26 20:27:54 +05:30
wsgi.py Remove usage of WritableLogger from oslo_log 2016-02-22 18:11:08 +08:00