heat/heat/common
LiuNanke 208d2debd0 Using LOG.warning replace LOG.warn
*Python 3 deprecated the logger.warn method, see:
*https://docs.python.org/3/library/logging.html#logging.warning
*so we prefer to use warning to avoid DeprecationWarning.

Change-Id: I07ee9c97c3548c965aaf83d34b37b23e9baba584
2015-12-29 09:32:42 +00:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 20:29:31 +08:00
auth_password.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
auth_url.py Consolidate keystone v3 hacks 2015-10-01 15:11:46 +00:00
cache.py Add caching to neutron extensions 2015-11-05 14:48:28 +01:00
config.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
context.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
crypt.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
custom_backend_auth.py Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
endpoint_utils.py Consolidate keystone v3 hacks 2015-10-01 15:11:46 +00:00
environment_format.py Add more informative error during parsing 2015-10-15 18:43:27 +03:00
exception.py Use EntityNotFound instead of ServiceNotFound 2015-11-29 22:11:45 +08:00
grouputils.py Move function for member_definitions to grouputil 2015-11-03 09:04:30 +05:30
heat_keystoneclient.py Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00
i18n.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01: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
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 Fix [H405] pep rule in heat/common 2015-10-08 15:13:52 +03:00
profiler.py Do not use api-paste.ini osprofiler options 2015-11-17 09:34:18 +00: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 Add more informative error during parsing 2015-10-15 18:43:27 +03: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 Using LOG.warning replace LOG.warn 2015-12-29 09:32:42 +00:00