heat/heat/engine/resources
Tetiana Lashchova 4801c0f894 Use the right log marker functions
According to [1] _LI() should be used for LOG.info(), _LE() for
LOG.exception() and LOG.error(), _LW() for LOG.warning().
The log marker functions must only be used when the message is
sent directly to the log.
Debug level log messages should not be translated.

[1] http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Change-Id: Ib9f92ef6696b9a95ddae74f0d4a0a557c06ecc91
2014-12-02 14:57:13 +02:00
..
aws Use the right log marker functions 2014-12-02 14:57:13 +02:00
ceilometer Correctly set CombinationAlarm repeat_actions 2014-11-19 11:58:28 +00:00
neutron Merge "Support vnic_type in OS::Neutron::Port" 2014-12-01 12:19:34 +00:00
openstack Further split ASG code. 2014-11-21 14:31:43 +08:00
software_config Merge "Fix [H302] errors in heat/engine" 2014-11-26 17:17:34 +00:00
__init__.py Implements stack lifecycle plugpoints 2014-08-31 19:36:48 +00:00
cloud_watch.py Implement handle_check for CloudWatch 2014-11-11 14:27:37 -05:00
eip.py Fix [H302] errors in heat/engine 2014-11-26 16:43:55 +03:00
glance_image.py Provide support status info for OS::Glance::Image 2014-10-03 06:43:22 +02:00
instance.py Using six.string_types for python3 compatible 2014-11-03 15:03:56 +08:00
instance_group.py Further split ASG code. 2014-11-21 14:31:43 +08:00
internet_gateway.py Switch heat resources & db & tests to oslo.i18n 2014-09-17 14:28:56 +08:00
iso_8601.py Support loading constraints as stevedore extensions 2014-06-30 21:50:11 -10:00
loadbalancer.py Log translation hint for Heat.engine (part2) 2014-10-14 09:39:51 +08:00
network_interface.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
nova_floatingip.py Add default_client_name in Nova::FloatingIPAssoc 2014-11-27 15:16:04 +03:00
nova_keypair.py Merge "Remove KeypairConstraint and FlavorConstraint to nova.py" 2014-11-21 09:24:09 +00:00
nova_servergroup.py Adding missed whitespace between the words 2014-10-28 04:32:29 -04:00
nova_utils.py Fix [H302] errors in heat/engine 2014-11-26 16:43:55 +03:00
os_database.py Implement handle_check for OS::Trove::Instance 2014-11-11 14:33:39 -05:00
random_string.py Fix [H302] errors in heat/engine 2014-11-26 16:43:55 +03:00
resource_group.py Make ResourceGroup updates update nested stacks 2014-11-19 14:55:16 +00:00
route_table.py Fix [H302] errors in heat/engine 2014-11-26 16:43:55 +03:00
s3.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
sahara_cluster.py Log translation hint for Heat.engine (part2) 2014-10-14 09:39:51 +08:00
sahara_templates.py Support availability zones in Node Group Templates 2014-11-26 10:52:51 +02:00
security_group.py Implement update of AWS::EC2::SecurityGroup rules 2014-11-03 14:22:36 +02:00
server.py Merge "Handle remote thrown NotFound RPC exceptions" 2014-11-21 15:41:51 +00:00
stack.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
subnet.py Fix [H302] errors in heat/engine 2014-11-26 16:43:55 +03:00
swift.py Implement handle_check for OS::Swift::Container 2014-11-11 14:34:06 -05:00
swiftsignal.py Handle 404 and 409 response when deleting containers 2014-11-14 16:08:28 -06:00
template_resource.py Merge "Handle error with non existing template file" 2014-11-28 09:12:59 +00:00
user.py Using six.string_types for python3 compatible 2014-11-03 15:03:56 +08:00
volume.py Implement handle_check for Cinder and EC2 Volumes 2014-11-11 14:34:54 -05:00
vpc.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
wait_condition.py Log translation hint for Heat.engine (part3) 2014-10-14 09:42:48 +08:00