Merge "Taskmgr & guestagent use inconsistent topics"

This commit is contained in:
Jenkins 2016-09-28 18:08:17 +00:00 committed by Gerrit Code Review
commit acfe4dc1e2

View File

@ -59,6 +59,7 @@ def main():
from trove.common.rpc import service as rpc_service
from trove.common.rpc import version as rpc_version
server = rpc_service.RpcService(
topic="guestagent.%s" % CONF.guest_id,
manager=manager, host=CONF.guest_id,
rpc_api_version=rpc_version.RPC_API_VERSION)