Return-Path: X-Original-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 742D7D75A for ; Thu, 13 Sep 2012 18:44:05 +0000 (UTC) Received: (qmail 91291 invoked by uid 500); 13 Sep 2012 18:43:51 -0000 Delivered-To: apmail-incubator-cloudstack-commits-archive@incubator.apache.org Received: (qmail 91240 invoked by uid 500); 13 Sep 2012 18:43:51 -0000 Mailing-List: contact cloudstack-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-commits@incubator.apache.org Received: (qmail 90360 invoked by uid 99); 13 Sep 2012 18:43: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; Thu, 13 Sep 2012 18:43:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E34F836566; Thu, 13 Sep 2012 18:43:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahuang@apache.org To: cloudstack-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [46/50] [abbrv] git commit: In basic zones enable the sg provider Message-Id: <20120913184349.E34F836566@tyr.zones.apache.org> Date: Thu, 13 Sep 2012 18:43:49 +0000 (UTC) In basic zones enable the sg provider Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8ee8fdcc Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8ee8fdcc Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8ee8fdcc Branch: refs/heads/javelin Commit: 8ee8fdcc176e5a7b3b3587153c11804c62c2c683 Parents: cc6dae1 Author: Prasanna Santhanam Authored: Thu Aug 23 19:03:59 2012 +0530 Committer: Prasanna Santhanam Committed: Wed Sep 12 18:48:33 2012 +0530 ---------------------------------------------------------------------- tools/marvin/marvin/deployDataCenter.py | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8ee8fdcc/tools/marvin/marvin/deployDataCenter.py ---------------------------------------------------------------------- diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index 177c070..5c72389 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -212,6 +212,8 @@ class deployDataCenters(): vrconfig.id = vrprovid self.apiClient.configureVirtualRouterElement(vrconfig) self.enableProvider(pnetprovres[0].id) + elif provider.name == 'SecurityGroupProvider': + self.enableProvider(pnetprovres[0].id) elif provider.name in ['Netscaler', 'JuniperSRX', 'F5BigIp']: netprov = addNetworkServiceProvider.addNetworkServiceProviderCmd() netprov.name = provider.name