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:
Sateesh Chodapuneedi 2013-05-03 10:40:19 +05:30
parent d7cab21e9a
commit 28bd1a1af7
1 changed files with 1 additions and 1 deletions

View File

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