Hello,At first glance, your neutron snippet looks correct.I think you inspire from https://github.com/openstack/kolla/blob/c4225f35eef2f9ff590dfb1726579bfce2b1c1a0/docker/neutron/neutron-base/neutron_sudoers#L1CheersLe lun. 29 avr. 2024 à 13:47, Francesco Di Nucci <francesco.dinucci@na.infn.it> a écrit :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
--