os-xenapi/devstack
Huan Xie 61c451e896 Change neutron firewall driver to ovs
When neutron firewall driver changed to iptables_hybrid, the CI
always fail, change it back as our OVS backend is 2.3.2 which
doesn't support such function

Change-Id: Ieacba606afcf7fb026dfa892da4ededa8ef8a4a2
2018-06-07 10:21:43 +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 Change neutron firewall driver to ovs 2018-06-07 10:21:43 +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