Created attachment 948579 [details] Packstak logs and answer file Description of problem: Can't install Packstack AIO on Fedora21, fail to pass _neutron.pp due to missing firewalld. Can't have firewalld installed due to known _prescript.pp bug (https://bugzilla.redhat.com/show_bug.cgi?id=1148426). Version-Release number of selected component (if applicable): Fedora21 (upgraded from Fedora20) openstack-packstack-2014.2-0.3.dev1266.g63d9c50.fc22.noarch openstack-packstack-puppet-2014.2-0.3.dev1266.g63d9c50.fc22.noarch How reproducible: Every time Steps to Reproduce: 1. Before installing ran yum remove firewalld (bz 1148426) 2. Ran packstack fails at _neutron.pp 3. Yum installed firewalld ran same answer file then I get stuck on _prescript.pp (bz 1148426) Actual results: Can't pass _neutron.pp without firewalld, can't continue with it installed. ERROR : Error appeared during Puppet run: 10.35.160.113_neutron.pp Notice: /Stage[main]/Main/Exec[neutron-db-manage upgrade]/returns: sqlalchemy.exc.OperationalError: (OperationalError) (1054, "Unknown column 'id' in 'field list'") 'DELETE routerl3agentbindings FROM routerl3agentbindings LEFT OUTER JOIN (SELECT MIN(id) as id, router_id, l3_agent_id FROM routerl3agentbindings GROUP BY router_id, l3_agent_id) AS temp ON routerl3agentbindings.id = temp.id WHERE temp.id is NULL;' () You will find full trace in log /var/tmp/packstack/20141020-161004-V_ostq/manifests/10.35.160.113_neutron.pp.log Please check log file /var/tmp/packstack/20141020-161004-V_ostq/openstack-setup.log for more information Expected results: Should be able to install AIO on Fedora21 Attaching answer file plus last packstack logs.
i was able to reproduce it, this is a neutron bug *** This bug has been marked as a duplicate of bug 1157599 ***