← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1470051] [NEW] Make security-group-rule-create accept "any" protocol

 

Public bug reported:

Related Bug: https://bugs.launchpad.net/python-
neutronclient/+bug/1469642

When invalid protocol specified in security-group-rule-create, neutron
server returns "protocol values [None, 'tcp', 'udp', 'icmp', 'icmpv6']
are supported" as below:

% neutron security-group-rule-create --protocol foo bar
Security group rule protocol foo not supported. Only protocol values [None, 'tcp', 'udp', 'icmp', 'icmpv6'] and integer representations [0 to 255] are supported.

I think "None" to specify any protocols is confusing and inconsistent
with FWaaS CLI options (it accepts "any" protocol).

** Affects: neutron
     Importance: Undecided
     Assignee: Masaki Matsushita (mmasaki)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1470051

Title:
  Make security-group-rule-create accept "any" protocol

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  Related Bug: https://bugs.launchpad.net/python-
  neutronclient/+bug/1469642

  When invalid protocol specified in security-group-rule-create, neutron
  server returns "protocol values [None, 'tcp', 'udp', 'icmp', 'icmpv6']
  are supported" as below:

  % neutron security-group-rule-create --protocol foo bar
  Security group rule protocol foo not supported. Only protocol values [None, 'tcp', 'udp', 'icmp', 'icmpv6'] and integer representations [0 to 255] are supported.

  I think "None" to specify any protocols is confusing and inconsistent
  with FWaaS CLI options (it accepts "any" protocol).

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1470051/+subscriptions


Follow ups

References