Created attachment 883915 [details] prescript.pp Description of problem: When deploying OS with Packstack on F20 that doesn't have package iptables-services installed, installation fails on "service iptables start". Version-Release number of selected component (if applicable): openstack-packstack-2014.1.1-0.8.dev1045.fc21.noarch How reproducible: Always Steps to Reproduce: 1. Have F20 without iptables-services package 2. packstack --allinone 3. Actual results: prescript.pp fails Expected results: Additional info: Installing iptables-services and reruning packstack fixed the problem. There is no explicit call for "service iptables start" in prescript.pp ^[[1;31mError: Could not start Service[iptables]: Execution of '/sbin/service iptables start' returned 6: ^[[0m ^[[1;31mError: /Stage[main]/Firewall::Linux::Redhat/Service[iptables]/ensure: change from stopped to running failed: Could not start Service[iptables]: Execution of '/sbin/service iptables start' returned 6: ^[[0m
*** This bug has been marked as a duplicate of bug 1038255 ***