cloudpulse/cloudpulse/common
deepakmourya d748264866 Use get_rpc_transport instead of get_transport
With the added get_rpc_transport() function in oslo.messaging [1]
and the recent version bump of oslo.messaging to 5.24.2, we can
safely replace get_transport() with get_rpc_transport() which is much
cleaner.

[1] https://review.openstack.org/#/c/454194/

Change-Id: I460bdcae7855cae189d9b61896b5ef78989a197e
2017-06-07 12:48:32 +05:30
..
plugin Adding discover plugin to discover the submodules 2015-06-23 11:05:23 -07:00
__init__.py Versioned objects for cloudpulse 2015-06-12 11:45:11 -07:00
clients.py Trival: Remove unused logging import 2016-01-22 21:33:24 +00:00
cloudpulse_keystoneclient.py Cloudpulse configuration options handler 2015-06-15 09:23:48 -07:00
config.py Add RPC support modules needed for conductor 2015-06-06 14:17:38 -07:00
context.py Fixing mock failure in request context 2016-08-11 16:54:52 -07:00
exception.py use oslo.utils.reflection extract the class name 2016-01-22 21:33:31 +00:00
paths.py DB models for cloudpulse 2015-06-06 14:17:38 -07:00
rpc.py Use get_rpc_transport instead of get_transport 2017-06-07 12:48:32 +05:30
rpc_service.py Use get_rpc_transport instead of get_transport 2017-06-07 12:48:32 +05:30
safe_utils.py Cloudpulse common utilities 2015-06-06 07:26:56 -07:00
service.py Service, Context dependencies needed for cpulse controller 2015-06-15 12:01:02 -07:00
timerthread.py Clean up timer thread remove unnecessary is_running conditional check 2016-12-23 12:42:01 +00:00
utils.py Change LOG.warn to LOG.warning 2016-01-04 13:17:26 +00:00
yamlutils.py Cloudpulse common utilities 2015-06-06 07:26:56 -07:00