mirror of https://github.com/apache/cloudstack.git
Fix devcloud.cfg to work with new addImageStore api.
This commit is contained in:
parent
36c1538f06
commit
881165e5d3
|
|
@ -83,10 +83,13 @@
|
|||
"internaldns1": "192.168.56.1",
|
||||
"secondaryStorages": [
|
||||
{
|
||||
"url": "nfs://192.168.56.10:/opt/storage/secondary"
|
||||
"url": "nfs://192.168.56.10:/opt/storage/secondary",
|
||||
"providerName": "CloudStack ImageStore Provider",
|
||||
"details": {
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"logger": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue