Skip to content

Commit 09f50ca

Browse files
committed
Update marvin config to work for deployDataCenter.py.
1 parent 2fe732b commit 09f50ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tools/devcloud/devcloud.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"secondaryStorages": [
8686
{
8787
"url": "nfs://192.168.56.10/opt/storage/secondary",
88-
"providerName": "NFS",
88+
"provider": "NFS",
8989
"details": [ ]
9090
}
9191
]

tools/devcloud/devcloud_s3.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"internaldns1": "192.168.56.1",
8484
"secondaryStorages": [
8585
{
86-
"providerName": "S3",
86+
"provider": "S3",
8787
"details": [
8888
{
8989
"key" : "accesskey",
@@ -107,7 +107,7 @@
107107
"cacheStorages": [
108108
{
109109
"url": "nfs://192.168.56.10/opt/storage/secondary",
110-
"providerName": "NFS",
110+
"provider": "NFS",
111111
"details": [
112112
]
113113
}

0 commit comments

Comments
 (0)