mirror of https://github.com/apache/cloudstack.git
bug 12579: Don't add firewall rule when adding PF/LB rule
status 12579: resolved fixed
This commit is contained in:
parent
a3da4c38ec
commit
6935ae817f
|
|
@ -1063,6 +1063,7 @@
|
|||
$.ajax({
|
||||
url: createURL('createLoadBalancerRule'),
|
||||
data: $.extend(args.data, {
|
||||
openfirewall: false,
|
||||
publicipid: args.context.ipAddresses[0].id
|
||||
}),
|
||||
dataType: 'json',
|
||||
|
|
@ -1246,6 +1247,7 @@
|
|||
$.ajax({
|
||||
url: createURL('createPortForwardingRule'),
|
||||
data: $.extend(args.data, {
|
||||
openfirewall: false,
|
||||
ipaddressid: args.context.ipAddresses[0].id,
|
||||
virtualmachineid: args.itemData[0].id
|
||||
}),
|
||||
|
|
|
|||
Loading…
Reference in New Issue