Allow 'any' option for protocol in the firewall rule
Closes-Bug: #1217212
The current allowed values for
protocol are tcp, udp and icmp. Adding
'any' as allowed option. Since the
API expects 'None' value for 'any',
the 'create' and 'update' changes the
args to 'None' when 'any' is set.
Reviewed: https:/ /review. openstack. org/44200 github. com/openstack/ python- neutronclient/ commit/ f208a893c880b6e f5209b4a1329045 1bb2328904
Committed: http://
Submitter: Jenkins
Branch: master
commit f208a893c880b6e f5209b4a1329045 1bb2328904
Author: Rajesh Mohan <email address hidden>
Date: Thu Aug 29 17:57:44 2013 -0700
Allow 'any' option for protocol in the firewall rule
Closes-Bug: #1217212
The current allowed values for
protocol are tcp, udp and icmp. Adding
'any' as allowed option. Since the
API expects 'None' value for 'any',
the 'create' and 'update' changes the
args to 'None' when 'any' is set.
Change-Id: I33cdf62244f221 7379c40a8cd4c77 6382935ef17