Fix devcloud.cfg to work with new addImageStore api. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/881165e5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/881165e5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/881165e5
Branch: refs/heads/object_store Commit: 881165e5d3e6020402979cdd1f0293b014603283 Parents: 36c1538 Author: Min Chen <[email protected]> Authored: Tue Apr 30 17:44:16 2013 -0700 Committer: Min Chen <[email protected]> Committed: Tue Apr 30 17:44:16 2013 -0700 ---------------------------------------------------------------------- tools/devcloud/devcloud.cfg | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/881165e5/tools/devcloud/devcloud.cfg ---------------------------------------------------------------------- diff --git a/tools/devcloud/devcloud.cfg b/tools/devcloud/devcloud.cfg index c41f8bc..bf4cc92 100644 --- a/tools/devcloud/devcloud.cfg +++ b/tools/devcloud/devcloud.cfg @@ -83,10 +83,13 @@ "internaldns1": "192.168.56.1", "secondaryStorages": [ { - "url": "nfs://192.168.56.10:/opt/storage/secondary" + "url": "nfs://192.168.56.10:/opt/storage/secondary", + "providerName": "CloudStack ImageStore Provider", + "details": { + } } ] - } + } ], "logger": [ {
