Bug 1009022 - FWaaS commands return 404 (The resource could not be found)
Summary: FWaaS commands return 404 (The resource could not be found)
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: RDO
Classification: Community
Component: openstack-neutron
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: Havana
Assignee: RHOS Maint
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-17 14:04 UTC by Rami Vaknin
Modified: 2016-04-26 15:14 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-02 07:12:09 UTC


Attachments (Terms of Use)

Description Rami Vaknin 2013-09-17 14:04:54 UTC
Version:
RDO Havana on rhel6.4, openstack-neutron-2013.2-0.4.b3.el6, rdo-release-havana-6


Decription:
FWaaS commands return 404 (resource not found).

The environment was installed using packstack, the following configuration was done by packstack:

/etc/neutron/plugin.ini
firewall_driver=neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver


I've tried to add the following configuration and restart neutron-related services, but firewall commands still return 404:

/etc/neutron/neutron.conf
service_provider=FIREWALL:my_firewall:neutron.agent.linux.iptables_firewall.OVSHybridIptablesFirewallDriver:default

Commands output:

# neutron firewall-list 
404 Not Found

The resource could not be found.

   

# neutron firewall-rule-list 
404 Not Found

The resource could not be found.



# neutron firewall-policy-list 
404 Not Found

The resource could not be found.

   

# neutron firewall-policy-create firewall1_policy
404 Not Found

The resource could not be found.

Comment 1 Rami Vaknin 2013-10-02 07:12:09 UTC
It works for me when using the right configuration:

in the neutron-service machine, neutron.conf, add the following and restart the neutron-service:
service_plugins = neutron.services.firewall.fwaas_plugin.FirewallPlugin


in the l3 machine, neutron.conf, add the following and restart the l3 service:
[fwaas]
driver = neutron.services.firewall.drivers.linux.iptables_fwaas.IptablesFwaasDriver
enabled = True

Closing as NOTABUG.


Note You need to log in before you can comment on or make changes to this bug.