DaanHoogland commented on code in PR #9925:
URL: https://github.com/apache/cloudstack/pull/9925#discussion_r1895706244


##########
vmware-base/src/main/java/com/cloud/hypervisor/vmware/mo/DatacenterMO.java:
##########
@@ -65,24 +71,7 @@ public DatacenterMO(VmwareContext context, String dcName) 
throws Exception {
 
     @Override
     public String getName() throws Exception {
-        return (String)_context.getVimClient().getDynamicProperty(_mor, 
"name");
-    }
-
-    public void registerTemplate(ManagedObjectReference morHost, String 
datastoreName, String templateName, String templateFileName) throws Exception {

Review Comment:
   yes, planning to go through the whole vmware-base lib and remove even more.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to