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
This commit is contained in:
venkatamahesh 2016-09-20 18:15:25 +05:30
parent a2d336de2a
commit 8c6d49d057
1 changed files with 2 additions and 2 deletions

View File

@ -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