mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Feature #2665: Rename proxy methods to one.proxy.<remote method name>
This commit is contained in:
parent
0df71e67e2
commit
9aca04fb7f
@ -34,7 +34,7 @@ RequestManagerProxy::RequestManagerProxy(string _method)
|
||||
method = _method;
|
||||
client = new Client("none", master_endpoint, msg_size);
|
||||
|
||||
method_name = ("Proxy - " + method);
|
||||
method_name = ("one.proxy." + method);
|
||||
}
|
||||
|
||||
/* -------------------------------------------------------------------------- */
|
||||
|
Loading…
x
Reference in New Issue
Block a user