On 6/4/12 2:52 AM, "Jewel Nuruddin" <jewel.nurud...@yahoo.com> wrote:
>anybody have any idea about the following issue > >--- On Mon, 6/4/12, Jewel Nuruddin <jewel.nurud...@yahoo.com> wrote: > >From: Jewel Nuruddin <jewel.nurud...@yahoo.com> >Subject: CloudStack 3.0.2 firewall.rule.ui.enabled global settings missing >To: cloudstack-users@incubator.apache.org >Date: Monday, June 4, 2012, 9:50 AM > >Hi, >I use CloudStack 6.0.2 , I did not find anything like >"firewall.rule.ui.enabled" in my global settings, did I miss anything? > >Thanks >Jewel This parameter is no longer in use in 3.0.x. Here is the explanation: In 2.2.11+, all createPortForwardingRule and createLoadBalancer API calls automatically called the createFirewallRule API. You could always turn that off by passing openfirewall=false in the create commands. Subsequently, the UI had supported both ways of doing this as you know already by using the firewall.rule.ui setting so people did not have to deal with this split. In 3.0.x, the API remains unchanged, but the UI no longer supports this and the 3.0.x UI always makes calls with openfirewall=false. -Alena.