]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Import openstack.common.log and use inside heat infrastructure
authorSteven Dake <sdake@redhat.com>
Sat, 14 Jul 2012 19:18:32 +0000 (12:18 -0700)
committerSteven Dake <sdake@redhat.com>
Sat, 14 Jul 2012 20:51:38 +0000 (13:51 -0700)
commitc7ec88f2c7552d4179026b5c091473d2dbc22ae4
treec342294955f424ac43fb5ababacd2877a2a34046
parent5d5d8ba5dd388b5952a4fe4f614409ba07d3bd9d
Import openstack.common.log and use inside heat infrastructure

Allows heat to match openstack-common log calling conventions such
as using a context object or instance UUID for better traceability.

Change-Id: Idaa6c04270d9d7143c85988d685c0f9e241b635b
Signed-off-by: Steven Dake <sdake@redhat.com>
43 files changed:
bin/heat-api
bin/heat-engine
bin/heat-metadata
heat/api/middleware/version_negotiation.py
heat/api/v1/__init__.py
heat/api/v1/stacks.py
heat/client.py
heat/db/sqlalchemy/session.py
heat/engine/api.py
heat/engine/auth.py
heat/engine/autoscaling.py
heat/engine/checkeddict.py
heat/engine/cloud_watch.py
heat/engine/eip.py
heat/engine/instance.py
heat/engine/loadbalancer.py
heat/engine/manager.py
heat/engine/parser.py
heat/engine/resources.py
heat/engine/security_group.py
heat/engine/stack.py
heat/engine/user.py
heat/engine/volume.py
heat/engine/wait_condition.py
heat/engine/watchrule.py
heat/manager.py
heat/metadata/api/v1/__init__.py
heat/openstack/common/jsonutils.py [new file with mode: 0644]
heat/openstack/common/log.py [new file with mode: 0644]
heat/openstack/common/notifier/__init__.py [new file with mode: 0644]
heat/openstack/common/notifier/api.py [new file with mode: 0644]
heat/openstack/common/notifier/list_notifier.py [new file with mode: 0644]
heat/openstack/common/notifier/log_notifier.py [new file with mode: 0644]
heat/openstack/common/notifier/no_op_notifier.py [new file with mode: 0644]
heat/openstack/common/notifier/rabbit_notifier.py [new file with mode: 0644]
heat/openstack/common/notifier/test_notifier.py [new file with mode: 0644]
heat/rpc/__init__.py
heat/rpc/amqp.py
heat/rpc/common.py
heat/rpc/impl_qpid.py
heat/service.py
heat/utils.py
openstack-common.conf