neutron/etc/oslo-config-generator
Jianghua Wang 8047da17db XenAPI: Support daemon mode for rootwrap
For Neutron's compute agent in a XenServer's compute node, the commands
actually need run in Dom0. Currently XenServer only supports rootwrap
for that purpose by invoking a script which invokes XenAPI to execute
commands in dom0. There are much performance overhead due to it requires
parsing on the script and the configuration file every time running
commands.

This change is to support daemon mode with which each agent service will
call XenAPI directly to execute commands in dom0. And it will keep the
single XenAPI session.

DocImpact: Need update the following configuration.

file: /etc/neutron/plugins/ml2/openvswitch_agent.ini
[agent]
root_helper_daemon = xenapi_root_helper
[xenapi]
connection_url = http://169.254.0.1
connection_username = root
connection_password = xenroot

Closes-Bug: #1585510
Change-Id: I684034359fe0571bc92dbcf342a9821553b1da35
2017-01-19 07:33:43 +00:00
..
dhcp_agent.ini Expose OVS bridge related options into metering agent config file 2016-10-02 12:33:52 +00:00
l3_agent.ini Expose OVS bridge related options into metering agent config file 2016-10-02 12:33:52 +00:00
linuxbridge_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
macvtap_agent.ini Autogenerate macvtap agent config file 2016-03-03 16:11:18 +01:00
metadata_agent.ini Switch to oslo.cache 2016-06-02 15:22:36 +00:00
metering_agent.ini Expose OVS bridge related options into metering agent config file 2016-10-02 12:33:52 +00:00
ml2_conf.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
neutron.conf Add http_proxy_to_wsgi to api-paste 2016-10-14 11:24:03 +03:00
openvswitch_agent.ini XenAPI: Support daemon mode for rootwrap 2017-01-19 07:33:43 +00:00
sriov_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00