]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Update Cinder's latest copy of OSLO grizzly stable
authorWalter A. Boring IV <walter.boring@hp.com>
Wed, 20 Mar 2013 20:18:12 +0000 (13:18 -0700)
committerWalter A. Boring IV <walter.boring@hp.com>
Wed, 20 Mar 2013 21:55:55 +0000 (14:55 -0700)
commiteae0264782818342c222c18b549e9cda354c867b
tree3302b752c9c5beeba5c8dc1e5e3e8c53e5017604
parent5718774c3b8c04292df5b8a064637c80c2260b4d
Update Cinder's latest copy of OSLO grizzly stable

This patch updates all the files from oslo under
stable/grizzly but policy.py.  policy.py is a high risk
change at this date and it has lots of changes since the
last time we updated it.

Fixes bug #1157126

Change-Id: I399a1cd8474f718ed5196def90d2fea546fb01f5
41 files changed:
bin/cinder-rootwrap
bin/cinder-rpc-zmq-receiver
cinder/openstack/common/context.py
cinder/openstack/common/exception.py
cinder/openstack/common/excutils.py
cinder/openstack/common/fileutils.py
cinder/openstack/common/importutils.py
cinder/openstack/common/jsonutils.py
cinder/openstack/common/local.py
cinder/openstack/common/lockutils.py
cinder/openstack/common/network_utils.py
cinder/openstack/common/notifier/__init__.py
cinder/openstack/common/notifier/api.py
cinder/openstack/common/notifier/log_notifier.py
cinder/openstack/common/notifier/no_op_notifier.py
cinder/openstack/common/notifier/rpc_notifier.py [new file with mode: 0644]
cinder/openstack/common/notifier/rpc_notifier2.py [new file with mode: 0644]
cinder/openstack/common/notifier/test_notifier.py
cinder/openstack/common/rootwrap/__init__.py
cinder/openstack/common/rootwrap/filters.py
cinder/openstack/common/rootwrap/wrapper.py
cinder/openstack/common/rpc/amqp.py
cinder/openstack/common/rpc/impl_fake.py
cinder/openstack/common/rpc/impl_kombu.py
cinder/openstack/common/rpc/impl_qpid.py
cinder/openstack/common/rpc/impl_zmq.py
cinder/openstack/common/scheduler/filter.py
cinder/openstack/common/scheduler/filters/__init__.py
cinder/openstack/common/scheduler/filters/availability_zone_filter.py
cinder/openstack/common/scheduler/filters/capabilities_filter.py
cinder/openstack/common/scheduler/filters/extra_specs_ops.py
cinder/openstack/common/scheduler/filters/json_filter.py
cinder/openstack/common/scheduler/weight.py
cinder/openstack/common/scheduler/weights/__init__.py
cinder/openstack/common/setup.py
cinder/openstack/common/strutils.py
cinder/openstack/common/timeutils.py
cinder/openstack/common/version.py
etc/cinder/cinder.conf.sample
tools/flakes.py
tools/install_venv_common.py