mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
While remote executing commands/scripts through SSH in VR, ACS uses system vm keyfile. ACS is fetching this key file using VMwareContext object which encapsulates vCenter connection handle. This is inefficient because of dependency on getServiceContext() which means a vCenter connection handle which is not required just to fetch a file in name space in management server. Signed-off-by: Sateesh Chodapuneedi <sateesh.chodapuneedi@accelerite.com>