← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1493658] [NEW] neutronclient is case-insensitive when deleting firewall rule

 

Public bug reported:

- User can create a firewall rules named demo_rule1 and Demo_Rule1 in Horizon and neutron-client.
However on trying to delete firewall using  " neutron firewall-rule-delete demo_rule1", we get an error:
NeutronClientNoUniqueMatch: Multiple firewall_rule matches found for name 'demo_rule1', use an ID to be more specific.
Multiple firewall_rule matches found for name 'demo_rule1', use an ID to be more specific.

Ideally Neutron Client/Neutron itself, should be able to differentiate
between Demo_Rule1 and demo_rule1

** Affects: neutron
     Importance: Undecided
     Assignee: Reedip (reedip-banerjee)
         Status: New


** Tags: fwaas

** Changed in: neutron
     Assignee: (unassigned) => Reedip (reedip-banerjee)

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

Title:
  neutronclient is case-insensitive when deleting firewall rule

Status in neutron:
  New

Bug description:
  - User can create a firewall rules named demo_rule1 and Demo_Rule1 in Horizon and neutron-client.
  However on trying to delete firewall using  " neutron firewall-rule-delete demo_rule1", we get an error:
  NeutronClientNoUniqueMatch: Multiple firewall_rule matches found for name 'demo_rule1', use an ID to be more specific.
  Multiple firewall_rule matches found for name 'demo_rule1', use an ID to be more specific.

  Ideally Neutron Client/Neutron itself, should be able to differentiate
  between Demo_Rule1 and demo_rule1

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


Follow ups