cinder/cinder/api/contrib
Flavio Percoco bcd9f363ff Port to oslo.messaging
The oslo.messaging library takes the existing RPC code from oslo and
wraps it in a sane API with well defined semantics around which we can
make a commitment to retain compatibility in future.

The patch is large, but the changes can be summarized as:

    * oslo.messaging>=1.3.0a4 is required; a proper 1.3.0 release will be
    pushed before the icehouse release candidates.

    * The new rpc module has init() and cleanup() methods which manage the
    global oslo.messaging transport state. The TRANSPORT and NOTIFIER
    globals are conceptually similar to the current RPCIMPL global,
    except we're free to create and use alternate Transport objects
    in e.g. the cells code.

    * The rpc.get_{client,server,notifier}() methods are just helpers
    which wrap the global messaging state, specifiy serializers and
    specify the use of the eventlet executor.

    * In oslo.messaging, a request context is expected to be a dict so
    we add a RequestContextSerializer which can serialize to and from
    dicts using RequestContext.{to,from}_dict()

    * The allowed_rpc_exception_modules configuration option is replaced
    by an allowed_remote_exmods get_transport() parameter. This is not
    something that users ever need to configure, but it is something
    each project using oslo.messaging needs to be able to customize.

    * We maintain a global NOTIFIER object and create specializations of
    it with specific publisher IDs in order to avoid notification driver
    loading overhead.

    * rpc.py contains transport aliases for backwards compatibility
    purposes. setup.cfg also contains notification driver aliases for
    backwards compat.

    * The messaging options are moved about in cinder.conf.sample because
    the options are advertised via a oslo.config.opts entry point and
    picked up by the generator.

    * We use messaging.ConfFixture in tests to override oslo.messaging
    config options, rather than making assumptions about the options
    registered by the library.

Implements blueprint: oslo-messaging

Change-Id: Ib912809428d92e788558439e2d85b51272ebefdd
2014-03-10 17:03:03 +01:00
..
__init__.py Remove vim header 2013-12-30 18:53:02 -06:00
admin_actions.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
availability_zones.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00
backups.py Export and import backup service metadata 2014-02-27 12:38:10 +02:00
extended_services.py Give a way to save why a service has been disabled 2014-02-22 05:50:17 -05:00
extended_snapshot_attributes.py Removed unused context in _extend_snapshot method 2014-02-12 11:16:55 +08:00
hosts.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00
image_create.py Remove vim header 2013-12-30 18:53:02 -06:00
qos_specs_manage.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
quota_classes.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00
quotas.py Re-enable lazy translation 2014-03-06 16:08:25 +00:00
scheduler_hints.py Fix the invalid argument of webob.exc.HTTPBadRequest 2014-01-07 10:30:26 +09:00
services.py Give a way to save why a service has been disabled 2014-02-22 05:50:17 -05:00
snapshot_actions.py Fix and enable gating on F401 2013-12-20 15:01:23 +01:00
types_extra_specs.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
types_manage.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
used_limits.py Remove vim header 2013-12-30 18:53:02 -06:00
volume_actions.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
volume_encryption_metadata.py Remove vim header 2013-12-30 18:53:02 -06:00
volume_host_attribute.py Use cached volumes in REST API extensions 2013-11-13 00:33:55 +00:00
volume_image_metadata.py Fix and enable gating on H402 2013-12-14 12:34:24 +01:00
volume_manage.py Volume manage/unmanage support 2014-03-04 19:54:19 +02:00
volume_mig_status_attribute.py Migration for attached volumes 2013-08-27 14:18:25 +03:00
volume_tenant_attribute.py Use cached volumes in REST API extensions 2013-11-13 00:33:55 +00:00
volume_transfer.py Rename Openstack to OpenStack 2014-02-12 17:50:46 +08:00
volume_type_encryption.py Port to oslo.messaging 2014-03-10 17:03:03 +01:00
volume_unmanage.py Volume manage/unmanage support 2014-03-04 19:54:19 +02:00