os-xenapi/devstack
Huan Xie 5d1dcba0e8 Enable neutron ovs agent (q-domua) polling mode
We have disabled pollling mode due to a known bug in nova
with XenAPI driver. Now we have a patch to fix that bug,
so, enable polling mode accordingly.

Depends-On: I221e89686c8e9041651f5affc4e3542d75ff55bc
Change-Id: Ic9ad9c84debf82f4115428e9361bbf41324c1b9c
2017-11-27 08:12:17 +00:00
..
README.rst Add devstack-plugins in os-xenapi 2017-01-04 18:22:34 -08:00
dom0_functions Install conntrack and create image/kernel dir in Dom0 2017-06-06 22:41:07 -07:00
override-defaults Move image configuration from devstack to os-xenapi. 2017-02-21 12:05:45 +08:00
plugin.sh Enable neutron ovs agent (q-domua) polling mode 2017-11-27 08:12:17 +00:00
settings Add devstack-plugins in os-xenapi 2017-01-04 18:22:34 -08:00

README.rst

Enabling in Devstack

This plugin will help to install XenServer Dom0 specific scripts into XenServer Dom0 and make the proper configuration items for Neutron OpenvSwitch agent.

  1. Download DevStack

  2. Add this repo as an external repository:

    local.conf
    [[local|localrc]]
    enable_plugin os-xenapi https://github.com/openstack/os-xenapi.git [GITREF]
  3. run stack.sh