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:
Marcus Sorensen 2013-07-19 14:07:59 -06:00
parent 2d4464d2ba
commit 1c21a6296a
2 changed files with 4 additions and 2 deletions

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}