Fix devcloud.cfg to work with new addImageStore api.

This commit is contained in:
Min Chen 2013-04-30 17:44:16 -07:00
parent 36c1538f06
commit 881165e5d3
1 changed files with 5 additions and 2 deletions

View File

@ -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": [
{