heat/heat/common
tyagi 2cf8aa6fad Update wsgi.py to support reload from conf on SIGHUP
These changes are taken from the glance wsgi.py from where
heat wsgi.py originated. These changes are to support reload
of the service with new configuration parameters when SIGHUP
is received.

The reload of conf will only work if the server is running
with workers. If workers is 0 then it wont reload.

Co-Authored-By: Tetiana Lashchova <tlashchova@mirantis.com>
Change-Id: I7fd391209591c149fb95136d92dd1d82cfb7a6de
Closes-Bug: #1449807
Closes-Bug: #1276694
2015-07-06 17:27:28 +03:00
..
cache Add NoOp dogpile cache backend 2015-06-05 11:08:28 +03:00
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 20:29:31 +08:00
auth_password.py Update logging according oslo.i18n recommendations 2015-06-29 15:37:04 +01:00
auth_url.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
config.py Merge "Fetch endpoint from service catalog" 2015-06-08 07:48:46 +00:00
context.py Remove deprecated headers in auth_password 2015-06-15 06:44:39 +00:00
crypt.py Revert "Add a new crypt method using cryptography" 2015-07-03 09:00:08 +00:00
custom_backend_auth.py Don't use a different thread local store to oslo.log 2015-03-24 11:28:31 +10:00
environment_format.py Encrypt Heat template hidden parameters 2015-05-12 10:50:49 -05:00
exception.py Update wsgi.py to support reload from conf on SIGHUP 2015-07-06 17:27:28 +03:00
grouputils.py Support path attributes in OS::Heat::AutoScalingGroup 2015-02-06 13:06:43 +02:00
heat_keystoneclient.py Update logging according oslo.i18n recommendations 2015-06-29 15:37:04 +01:00
i18n.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
identifier.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
lifecycle_plugin_utils.py Update logging according oslo.i18n recommendations 2015-06-29 15:37:04 +01:00
messaging.py Fix some new PEP8 errors found at gate 2015-03-24 11:13:50 +08:00
param_utils.py Raise HTTPBadRequest instead of ValueError for API validation 2015-05-27 03:48:44 +00: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 Switch to oslo.policy 2015-05-29 09:01:45 +00:00
profiler.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
serializers.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00
service_utils.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
short_id.py Fix [H302] errors in heat/common 2014-11-20 15:06:53 +00:00
template_format.py Fixes JSON to YAML conversion bug 2015-06-25 07:32:34 -07:00
timeutils.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
urlfetch.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
wsgi.py Update wsgi.py to support reload from conf on SIGHUP 2015-07-06 17:27:28 +03:00