Files
os-xenapi/devstack
Huan Xie 4ae9af402b Use default br-int for ovs-agent in Dom0
The default L2 bridge br-int is used commonly in Neutron project
and it will be created by ovs-agent, there is no need for use to
create a specific intergation network and corresponding integration
bridage. This patch is to use the default br-int for ovs-agent in
compute node (Dom0 in XenServer case) to make sure we are align
with others

Change-Id: I675565e1ea6c887d40d7a53f62968c4aa385ecca
2017-03-22 18:51:10 -07:00
..
2017-03-19 22:59:04 -07:00
2017-01-04 18:22:34 -08:00
2017-01-04 18:22:34 -08:00

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