mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-2316 Vmware DVSwitch Managed Object reference not being returned by vCenter
Set correct property spec path name. Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
This commit is contained in:
parent
d7cab21e9a
commit
28bd1a1af7
|
|
@ -528,7 +528,7 @@ public class VmwareClient {
|
|||
PropertySpec pSpec = new PropertySpec();
|
||||
pSpec.setType(type);
|
||||
pSpec.setAll(false);
|
||||
pSpec.getPathSet().add(name);
|
||||
pSpec.getPathSet().add("name");
|
||||
|
||||
ObjectSpec oSpec = new ObjectSpec();
|
||||
oSpec.setObj(root);
|
||||
|
|
|
|||
Loading…
Reference in New Issue