You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/13 20:43:49 UTC

[46/50] [abbrv] git commit: In basic zones enable the sg provider

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 <ts...@apache.org>
Authored: Thu Aug 23 19:03:59 2012 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
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