]> 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)
committerjohn-griffith <john.griffith@solidfire.com>
Fri, 22 Mar 2013 03:57:31 +0000 (21:57 -0600)
commitd0b9b2721045454bcb076537af97be9b14a1103d
treeae2d20cbef471ddf3eb96e71eed47dc1d31f487b
parent36e4e85b1f669a9fed873f4a43c783947430c763
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
(cherry picked from commit eae0264782818342c222c18b549e9cda354c867b)
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