mistral/mistral/rpc/oslo
shubhendu 3e1ffeeaaa Set access_policy for messaging's dispatcher
oslo.messaging allow dispatcher to restrict endpoint methods
since 5.11.0 in d3a8f280ebd6fd12865fd20c4d772774e39aefa2, set with
DefaultRPCAccessPolicy to fix FutureWarning like:

FutureWarning: The access_policy argument is changing its default
value to <class 'oslo_messaging.rpc.dispatcher.DefaultRPCAccessPolicy'>
in version '?', please update the code to explicitly set None as the
value: access_policy defaults to LegacyRPCAccessPolicy which exposes
private methods. Explicitly set access_policy to DefaultRPCAccessPolicy
or ExplicitRPCAccessPolicy.

Change-Id: Ide12f0b458e60400b7ae7878841edd2e4f808bdb
2017-06-15 10:23:41 +05:30
..
__init__.py Make rpc_backend not engine specific 2017-04-27 20:02:40 +00:00
oslo_client.py Make rpc_backend not engine specific 2017-04-27 20:02:40 +00:00
oslo_server.py Set access_policy for messaging's dispatcher 2017-06-15 10:23:41 +05:30