shubhendu fa05a50249 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: Iacb22af0836ead11043f6852fa17c6e024311a3c
2017-04-28 06:16:03 +00:00
..
2017-04-08 02:19:02 +00:00
2017-04-18 10:45:25 +05:30
2017-02-19 22:44:27 -08:00
2017-04-08 02:19:02 +00:00
2017-04-16 10:39:01 -04:00
2014-10-06 15:00:27 +02:00