From f7a1e888cf70bed74258fda78c921eca28bcadea Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Thu, 23 Aug 2012 19:03:59 +0530 Subject: [PATCH] In basic zones enable the sg provider reviewed-by : Marvin (ant run-marvin -Dmarinv.config=basic.cfg) --- tools/marvin/marvin/deployDataCenter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/marvin/marvin/deployDataCenter.py b/tools/marvin/marvin/deployDataCenter.py index a7b873b11db..a2f587860ea 100644 --- a/tools/marvin/marvin/deployDataCenter.py +++ b/tools/marvin/marvin/deployDataCenter.py @@ -207,6 +207,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