]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Update the oslo code before importing a new module
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 27 May 2013 06:05:13 +0000 (16:05 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 27 May 2013 06:05:13 +0000 (16:05 +1000)
commit743299b0d3eb02c67f19febe67f294d503796b54
treea9771202f8861fbf96c1f1e13602456dd0643736
parent067912b4bc776e6d7f4804b5625a1367894d8ce6
Update the oslo code before importing a new module

Note:
- there are some new oslo dependencies pulled in.
- "six" has been added to the requirements.
- rpc messages now have a "namespace" that conflicted with
  the metric namespace.

part of blueprint heat-manage
Change-Id: I92c6b91a28ca0380d13f0a3ba1544b9d517d74a8
48 files changed:
heat/api/cloudwatch/watch.py
heat/common/context.py
heat/engine/service.py
heat/openstack/common/context.py [new file with mode: 0644]
heat/openstack/common/eventlet_backdoor.py
heat/openstack/common/exception.py
heat/openstack/common/excutils.py
heat/openstack/common/gettextutils.py
heat/openstack/common/importutils.py
heat/openstack/common/jsonutils.py
heat/openstack/common/local.py
heat/openstack/common/log.py
heat/openstack/common/loopingcall.py
heat/openstack/common/network_utils.py
heat/openstack/common/notifier/__init__.py
heat/openstack/common/notifier/api.py
heat/openstack/common/notifier/log_notifier.py
heat/openstack/common/notifier/no_op_notifier.py
heat/openstack/common/notifier/rpc_notifier.py
heat/openstack/common/notifier/rpc_notifier2.py
heat/openstack/common/notifier/test_notifier.py
heat/openstack/common/policy.py
heat/openstack/common/processutils.py [new file with mode: 0644]
heat/openstack/common/rpc/__init__.py
heat/openstack/common/rpc/amqp.py
heat/openstack/common/rpc/common.py
heat/openstack/common/rpc/dispatcher.py
heat/openstack/common/rpc/impl_fake.py
heat/openstack/common/rpc/impl_kombu.py
heat/openstack/common/rpc/impl_qpid.py
heat/openstack/common/rpc/impl_zmq.py
heat/openstack/common/rpc/matchmaker.py
heat/openstack/common/rpc/matchmaker_redis.py [new file with mode: 0644]
heat/openstack/common/rpc/matchmaker_ring.py [new file with mode: 0644]
heat/openstack/common/rpc/proxy.py
heat/openstack/common/rpc/serializer.py [new file with mode: 0644]
heat/openstack/common/rpc/zmq_receiver.py [new file with mode: 0755]
heat/openstack/common/service.py
heat/openstack/common/threadgroup.py
heat/openstack/common/timeutils.py
heat/rpc/client.py
heat/tests/test_api_cfn_v1.py
heat/tests/test_api_cloudwatch.py
heat/tests/test_api_openstack_v1.py
heat/tests/test_engine_service.py
heat/tests/test_parser.py
heat/tests/test_rpc_client.py
requirements.txt