[Bug 1449606] Re: Firewall status changed to Error if a rule was inserted or removed

2017-01-19 Thread Nikolay Fedotov
Hi Reedip! I cannot reproduce it. Tried fwaas_v1. I guess a lot changes happened since 2015-04-28 and the bug is outdated . Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1449606 Title: Fir

[Bug 1449606] Re: Firewall status changed to Error if a rule was inserted or removed

2017-01-18 Thread Nikolay Fedotov
Hi Reedip! Sorry for so late response. Let me try to reproduce it. Give me one more day. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1449606 Title: Firewall status changed to Error if a r

[Bug 1463777] [NEW] Cisco CSR1kv device driver should set 'protocol' value to 'all' or to any valid protocol name.

2015-06-10 Thread Nikolay Fedotov
Public bug reported: If user set protocol to 'any' (using neutron client or horizon) the CSR1kv device driver sends following request: {"rules": [{"L4-options": {"dest-port-start": "22"}, "protocol": "tcp", "sequence ": "100", "destination": "any", "source": "any", "action": "permit"}, {"action

[Bug 1463774] [NEW] Cisco CSR1kv device driver should use 'l4-options' keyword instead of 'L4-option'

2015-06-10 Thread Nikolay Fedotov
Public bug reported: CSR1kv REST API has been updated a little bit. Example of POST request for https://10.0.200.12:55443/api/v1/acl: {"rules": [{"l4-options": {"dest-port-start": "22"}, "protocol": "tcp", "sequence": "100", "destination": "any", "source": "any", "action": "permit"}, {"l4-optio

[Bug 1449606] [NEW] Firewall status changed to Error if a rule was inserted or removed

2015-04-28 Thread Nikolay Fedotov
Public bug reported: Inserting/removing firewall rule does not handled properly. Inserting/removing rule results to: - The firewall removed from a router. filter table is clear. Old rules were removed and no new rules were created in the filter table of the iptables - The Firewall has ERROR sta

[Bug 1443967] [NEW] VPNService loads names of device drivers from global CONF variable but not from self.conf

2015-04-14 Thread Nikolay Fedotov
Public bug reported: The VPNService.load_device_drivers method takes device drivers names from global oslo_config.CONF variable. But there is a self.conf property wich is taken from l3_agent.conf. ** Affects: neutron-vpnaas (Ubuntu) Importance: Undecided Status: New -- You receive