Update marvin config to work for deployDataCenter.py.

This commit is contained in:
Min Chen 2013-06-20 17:43:20 -07:00
parent 2fe732b354
commit 09f50ca506
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -83,7 +83,7 @@
"internaldns1": "192.168.56.1",
"secondaryStorages": [
{
"providerName": "S3",
"provider": "S3",
"details": [
{
"key" : "accesskey",
@ -107,7 +107,7 @@
"cacheStorages": [
{
"url": "nfs://192.168.56.10/opt/storage/secondary",
"providerName": "NFS",
"provider": "NFS",
"details": [
]
}