This is a fresh install of neutron: [root@rhos4-node5 ~]# rpm -q -f /etc/init.d/neutron-server openstack-neutron-2013.2-10.el6ost.noarch try to start the service will return OK but service will fail later because it is looking quantum/rootwrap.conf by default. In order to workaround the issue I had to do: [root@rhos4-node6 ~(keystone_admin)]# cd /etc/ [root@rhos4-node6 etc(keystone_admin)]# mkdir quantum [root@rhos4-node6 etc(keystone_admin)]# cp neutron/rootwrap.conf quantum/ echo "neutron ALL = (root) NOPASSWD: SETENV: /usr/bin/quantum-rootwrap" >> /etc/sudoers.d/neutron
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html