Default packstack installation for Fedora 20 via Juno RDO repo resulted in L3 agent failing to start due to the following error in its log file: 2014-10-27 13:33:29.977 5750 ERROR neutron.services.firewall.agents.l3reference.firewall_l3_agent [req-5a89650d-4612-4b1e-a9a3-8a0d55375d30 None] FWaaS plugin is configured in the server side, but FWaaS is disabled in L3-agent. This is because service_plugins in neutron.conf is as follows: service_plugins =neutron.services.l3_router.l3_router_plugin.L3RouterPlugin,neutron.services.firewall.fwaas_plugin.FirewallPlugin In answer file used, FWaaS is disabled: # Whether to configure neutron Firewall as a Service CONFIG_NEUTRON_FWAAS=n Version-Release number of selected component (if applicable): openstack-packstack-2014.2-0.4.dev1266.g63d9c50.fc22.noarch openstack-neutron-2014.2-1.fc22.noarch
This is fixed in https://bugzilla.redhat.com/show_bug.cgi?id=1148949 , closing as duplicate. *** This bug has been marked as a duplicate of bug 1148949 ***