From: Mikhail Ivanov Date: Tue, 19 Jul 2016 14:30:23 +0000 (+0300) Subject: Enable rootwrap daemon for neutron in ubuntu packages X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c198a1a5e9f6e37f5522cde785f51c4b749ad82a;p=openstack-build%2Fneutron-build.git Enable rootwrap daemon for neutron in ubuntu packages Change-Id: I2549f835225c35d1a900e1f398d5cf8f5a27e4b9 PROD: https://mirantis.jira.com/browse/PROD-5889 --- diff --git a/xenial/debian/changelog b/xenial/debian/changelog index b2c91e706..8951dd486 100644 --- a/xenial/debian/changelog +++ b/xenial/debian/changelog @@ -1,3 +1,9 @@ +neutron (2:9.0.0~b2-2~u16.04+mos1) mos10.0; urgency=medium + + * Enable rootwrap daemon for neutron + + -- Mikhail Ivanov Tue, 19 Jul 2016 17:33:57 +0300 + neutron (2:9.0.0~b2-1~u16.04+mos1) mos10.0; urgency=medium * Update to latest Newton b2 release diff --git a/xenial/debian/neutron_sudoers b/xenial/debian/neutron_sudoers index b5448c895..9273f587b 100644 --- a/xenial/debian/neutron_sudoers +++ b/xenial/debian/neutron_sudoers @@ -1,3 +1,4 @@ Defaults:neutron !requiretty neutron ALL = (root) NOPASSWD: /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf * +neutron ALL = (root) NOPASSWD: /usr/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf