mirror of https://github.com/apache/cloudstack.git
fix bean error
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
a485605e7a
commit
e9c3a0d5f6
|
|
@ -1020,12 +1020,6 @@ public class ServerAdapter extends ManagerBase {
|
|||
return new Pair<>(user, account);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean start() {
|
||||
getServiceAccount();
|
||||
return true;
|
||||
}
|
||||
|
||||
@ApiAccess(command = ListZonesCmd.class)
|
||||
public List<DataCenter> listAllDataCenters(Long offset, Long limit) {
|
||||
Filter filter = new Filter(DataCenterJoinVO.class, "id", true, offset, limit);
|
||||
|
|
|
|||
Loading…
Reference in New Issue