CLOUDSTACK-4726: complete secondary storage configuration in devcloud-advanced.cfg and devcloud-advancedsg.cfg

(cherry picked from commit 9d00a6da654bcf12ed2ad67b23efc0032abe858c)
This commit is contained in:
Wei Zhou 2013-09-23 11:09:05 +02:00
parent decc04b294
commit 567a05d18a
2 changed files with 6 additions and 2 deletions

View File

@ -104,7 +104,9 @@
"internaldns1": "192.168.56.10", "internaldns1": "192.168.56.10",
"secondaryStorages": [ "secondaryStorages": [
{ {
"url": "nfs://192.168.56.10:/opt/storage/secondary" "url": "nfs://192.168.56.10:/opt/storage/secondary",
"provider": "NFS",
"details": [ ]
} }
] ]
} }

View File

@ -88,7 +88,9 @@
"internaldns1": "192.168.56.10", "internaldns1": "192.168.56.10",
"secondaryStorages": [ "secondaryStorages": [
{ {
"url": "nfs://192.168.56.10/opt/storage/secondary" "url": "nfs://192.168.56.10:/opt/storage/secondary",
"provider": "NFS",
"details": [ ]
} }
] ]
} }