mirror of https://github.com/apache/cloudstack.git
Summary: devcloud-kvm marvin zone config fix for 4.2, add provider to img store
Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1374264479 -0600
This commit is contained in:
parent
2d4464d2ba
commit
1c21a6296a
|
|
@ -103,7 +103,8 @@
|
|||
"internaldns1": "8.8.4.4",
|
||||
"secondaryStorages": [
|
||||
{
|
||||
"url": "nfs://172.17.10.10:/nfs/secondary"
|
||||
"url": "nfs://172.17.10.10:/nfs/secondary",
|
||||
"provider": "NFS"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -85,7 +85,8 @@
|
|||
"internaldns1": "192.168.100.10",
|
||||
"secondaryStorages": [
|
||||
{
|
||||
"url": "nfs://192.168.100.10:/nfs/secondary"
|
||||
"url": "nfs://192.168.100.10:/nfs/secondary",
|
||||
"provider": "NFS"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue