mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
fix build
This commit is contained in:
parent
8e360f342d
commit
0e6290ba87
@ -90,7 +90,7 @@ public class StorageAllocatorTest {
|
||||
|
||||
protected void createDb() {
|
||||
DataCenterVO dc = new DataCenterVO(UUID.randomUUID().toString(), "test", "8.8.8.8", null, "10.0.0.1", null, "10.0.0.1/24",
|
||||
null, null, NetworkType.Basic, null, null, true, true);
|
||||
null, null, NetworkType.Basic, null, null, true, true, null, null);
|
||||
dc = dcDao.persist(dc);
|
||||
dcId = dc.getId();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user