XenAPI: Support daemon mode for rootwrap

Changed to support daemon mode
[agent]
root_helper_daemon = xenapi_root_helper
[xenapi]
connection_url = http://169.254.0.1
connection_username = root
connection_password = xenroot

Change-Id: I40ea6820be24ae7707fd223f15b1483fac6bf45e
Closes-Bug: #1658261
This commit is contained in:
“kiran_totad” 2017-01-31 17:48:24 +05:30 committed by KATO Tomoyuki
parent 8ed3e49427
commit 7bc413ed53
1 changed files with 15 additions and 0 deletions

View File

@ -176,6 +176,10 @@
# Extensions list to use (list value)
#extensions =
# To support daemon mode with each agent service that will call XenAPI
# directly to execute commands in dom0.
#root_helper_daemon = xenapi_root_helper
[ovs]
@ -278,3 +282,14 @@
# Use ipset to speed-up the iptables based security groups. Enabling ipset
# support requires that ipset is installed on L2 agent node. (boolean value)
#enable_ipset = true
[xenapi]
#
# From neutron.ml2.ovs.agent
#
#connection_url = http://169.254.0.1
#connection_username = root
#connection_password = xenroot