1 parent 6f413c2 commit 9425f06Copy full SHA for 9425f06
1 file changed
plugins/hypervisors/baremetal/src/com/cloud/baremetal/manager/BaremetalVlanManagerImpl.java
@@ -105,6 +105,7 @@ public BaremetalRctResponse addRct(AddBaremetalRctCmd cmd) {
105
BaremetalRctResponse rsp = new BaremetalRctResponse();
106
rsp.setUrl(vo.getUrl());
107
rsp.setId(vo.getUuid());
108
+ rsp.setObjectName("baremetalrct");
109
return rsp;
110
} catch (MalformedURLException e) {
111
throw new IllegalArgumentException(String.format("%s is not a legal http url", cmd.getRctUrl()));
@@ -178,6 +179,7 @@ public BaremetalRctResponse listRct() {
178
179
180
181
182
183
184
}
185
return null;
0 commit comments