Mend opendaylight settings
[fuel.git] / mcp / patches / 0001-Disable-root_helper_daemon-option.patch
1 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
2 : Copyright (c) 2018 Mirantis Inc., Enea AB and others.
3 :
4 : All rights reserved. This program and the accompanying materials
5 : are made available under the terms of the Apache License, Version 2.0
6 : which accompanies this distribution, and is available at
7 : http://www.apache.org/licenses/LICENSE-2.0
8 ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
9 From: Michael Polenchuk <mpolenchuk@mirantis.com>
10 Date: Tue, 6 Mar 2018 16:15:57 +0400
11 Subject: [PATCH] Disable root_helper_daemon option
12
13 Change-Id: I4cc6cce4868ea95e806ce4b41069805fb995dcdb
14
15 diff --git a/neutron/files/pike/neutron-generic.conf.Debian b/neutron/files/pike/neutron-generic.conf.Debian
16 index a94a24b..bec041f 100644
17 --- a/neutron/files/pike/neutron-generic.conf.Debian
18 +++ b/neutron/files/pike/neutron-generic.conf.Debian
19 @@ -668,7 +668,7 @@ root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
20  # needs to execute commands in Dom0 in the hypervisor of XenServer, this item
21  # should be set to 'xenapi_root_helper', so that it will keep a XenAPI session
22  # to pass commands to Dom0. (string value)
23 -root_helper_daemon = sudo neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
24 +#root_helper_daemon = <None>
25
26  # Seconds between nodes reporting state to server; should be less than
27  # agent_down_time, best if it is half or less than agent_down_time. (floating
28 diff --git a/neutron/files/pike/neutron-server.conf.Debian b/neutron/files/pike/neutron-server.conf.Debian
29 index 2daaebf..c9554c8 100644
30 --- a/neutron/files/pike/neutron-server.conf.Debian
31 +++ b/neutron/files/pike/neutron-server.conf.Debian
32 @@ -717,7 +717,7 @@ root_helper = sudo /usr/bin/neutron-rootwrap /etc/neutron/rootwrap.conf
33  # needs to execute commands in Dom0 in the hypervisor of XenServer, this item
34  # should be set to 'xenapi_root_helper', so that it will keep a XenAPI session
35  # to pass commands to Dom0. (string value)
36 -root_helper_daemon = sudo neutron-rootwrap-daemon /etc/neutron/rootwrap.conf
37 +#root_helper_daemon = <None>
38
39  # Seconds between nodes reporting state to server; should be less than
40  # agent_down_time, best if it is half or less than agent_down_time. (floating