From 8c6d49d057526c2f88beb2dc4bba057ac0173998 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Tue, 20 Sep 2016 18:15:25 +0530 Subject: [PATCH] Fix the Manager module path in documentation At present in the document it is mentioned that Manager module is at trove.guestagent.manager.Manager, but actually it is located at trove.guestagent.datastore.manager.Manager So in this patch it is corrected Change-Id: Ibf1e2a32da45c83e289e4ce1636a7bc3035a6588 Closes-Bug: #1625571 --- doc/source/dev/design.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/dev/design.rst b/doc/source/dev/design.rst index 6463019aff..61fed37671 100644 --- a/doc/source/dev/design.rst +++ b/doc/source/dev/design.rst @@ -77,8 +77,8 @@ bus and performs the requested operation. * Entry point - Trove/bin/trove-guestagent * Runs as a RpcService configured by Trove/etc/trove/trove-guestagent.conf.sample which defines - trove.guestagent.manager.Manager as the manager - basically this is - the entry point for requests arriving through the queue + trove.guestagent.datastore.manager.Manager as the manager - basically + this is the entry point for requests arriving through the queue * As described above, requests for this component are pushed to MQ from another component using the GuestAgent's api module using _cast() or _call() (sync/a-sync) and putting the method's name as a