Hello,

I am configuring oslo rootwrap on my OpenStack instance, but I could only find documentation about nova-rootwrap like here. On the compute nodes it is now working, while I'm having troubles with eg. network nodes. I have added a sudoers entry on the like of the nova one:

neutron ALL = (root) NOPASSWD: /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *

But I don't know if it is correct, is there any documentation about it?

Regards

Francesco Di Nucci