1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[Brightbox]Protocol is no longer required parameter for firewall

This commit is contained in:
Hemant Kumar 2011-10-27 18:58:03 +05:30
parent c642dd9076
commit f70605cebc

View file

@ -25,7 +25,7 @@ module Fog
# Sticking with existing Fog behaviour, save does not update but creates a new resource
def save
raise Fog::Errors::Error.new('Resaving an existing object may create a duplicate') if identity
requires :firewall_policy_id, :protocol
requires :firewall_policy_id
options = {
:firewall_policy => firewall_policy_id,
:protocol => protocol,