heat/heat
Zane Bitter ad2b579ed6 Use LOG.exception() properly
Contrary to popular belief, LOG.exception() is not a method to which you
pass an exception in order to log it. Rather, you pass the message to be
logged at ERROR level, and the exception is retrieved automatically via
sys.exc_info().

Change-Id: I197cf94ada34a7ce80fc4026a99d95cd50823882
2016-06-27 11:28:34 +02:00
..
api Authorize super admin actions on all projects 2016-06-14 22:16:25 +05:30
cloudinit Optimize "open" method with context manager 2015-11-27 07:48:55 -05:00
cmd Merge "Add --verbose-update-params option to heat-manage" 2016-05-17 22:12:49 +00:00
common Adds monasca client plugin config support in heat.conf 2016-06-12 01:26:19 +00:00
db Be consistent about context first argument in db api 2016-06-22 10:45:04 +12:00
engine Use LOG.exception() properly 2016-06-27 11:28:34 +02:00
hacking Restrict use of iteritems, iterkeys and itervalues 2016-03-23 10:05:54 +00:00
httpd Moved CORS middleware configuration into oslo-config-generator 2016-03-14 08:19:29 -07:00
locale Imported Translations from Zanata 2016-06-02 07:02:51 +00:00
objects Be consistent about context first argument in db api 2016-06-22 10:45:04 +12:00
openstack replace git protocol by https 2015-10-22 10:06:05 +08:00
rpc Fix comment/doc for 1.28 RPC version 2016-06-09 15:52:00 +01:00
scaling Ignore NotFound exception in metadata_set 2016-05-26 18:28:10 +00:00
tests Merge "Use Zaqar signed URLs in software deployment" 2016-06-22 13:02:52 +00:00
__init__.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
version.py