]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Update Oslo to 96d1f887dda Part 1
authorAlexander Gordeev <agordeev@mirantis.com>
Thu, 1 Aug 2013 13:22:20 +0000 (17:22 +0400)
committerAlexander Gordeev <agordeev@mirantis.com>
Tue, 13 Aug 2013 09:38:45 +0000 (13:38 +0400)
commit00e71c3d7810e2f9e12f57c0a713d2b8939bb70f
treee57b710a3092785bb3d4da1d21e16b8ea671e82f
parente8a742c850b89357690bfbe50df338b1bfc7bbe5
Update Oslo to 96d1f887dda Part 1

Oslo version 96d1f887dda21b43ba4376187f31953dee6f5273

This commit just injects fresh portion of code from Oslo
into Heat and fixes all the issues with new code

Partially implements blueprint oslo-db-support

Change-Id: I7e98c12ddf6689efc6ea6a4deab0b1c840297730
23 files changed:
etc/heat/heat.conf.sample
heat/openstack/common/config/generator.py [changed mode: 0755->0644]
heat/openstack/common/context.py
heat/openstack/common/eventlet_backdoor.py
heat/openstack/common/loopingcall.py
heat/openstack/common/network_utils.py
heat/openstack/common/notifier/api.py
heat/openstack/common/rpc/__init__.py
heat/openstack/common/rpc/amqp.py
heat/openstack/common/rpc/common.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_ring.py
heat/openstack/common/rpc/proxy.py
heat/openstack/common/rpc/service.py
heat/openstack/common/service.py
heat/openstack/common/sslutils.py [new file with mode: 0644]
heat/openstack/common/threadgroup.py
heat/openstack/common/timeutils.py
tools/config/generate_sample.sh [new file with mode: 0755]
tools/patch_tox_venv.py