Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52B9D11DC0 for ; Mon, 8 Sep 2014 04:31:50 +0000 (UTC) Received: (qmail 24091 invoked by uid 500); 8 Sep 2014 04:31:50 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 24061 invoked by uid 500); 8 Sep 2014 04:31:50 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 24052 invoked by uid 99); 8 Sep 2014 04:31:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Sep 2014 04:31:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E4EFBA0DE86; Mon, 8 Sep 2014 04:31:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: talluri@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to c9dbfa0 Date: Mon, 8 Sep 2014 04:31:49 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master 6c4978c40 -> c9dbfa063 CLOUDSTACK-7500: Add 2 hosts to simulator basic.cfg Signed-off-by: SrikanteswaraRao Talluri Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c9dbfa06 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c9dbfa06 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c9dbfa06 Branch: refs/heads/master Commit: c9dbfa0632788aa99e412d8173288fb38006db19 Parents: 6c4978c Author: John Dilley Authored: Fri Sep 5 15:27:22 2014 +0000 Committer: SrikanteswaraRao Talluri Committed: Mon Sep 8 10:01:22 2014 +0530 ---------------------------------------------------------------------- setup/dev/basic.cfg | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c9dbfa06/setup/dev/basic.cfg ---------------------------------------------------------------------- diff --git a/setup/dev/basic.cfg b/setup/dev/basic.cfg index 196a191..5016b76 100644 --- a/setup/dev/basic.cfg +++ b/setup/dev/basic.cfg @@ -73,6 +73,11 @@ "username": "root", "url": "http://sim/c0/h0", "password": "password" + }, + { + "username": "root", + "url": "http://sim/c0/h1", + "password": "password" } ], "clustertype": "CloudManaged",