os-xenapi/devstack/README.rst
Huan Xie 53a513f34a Add devstack-plugins in os-xenapi
When changed to use os-xenapi, we also need to change the way
we install OpenStack by DevStack. This patch use the plugins
mechanisem DevStack provided, we can install the extra/specific
parts besides what DevStack already done.
1. Add devstack folder and scripts for devstack-plugin
2. Install Dom0 plugins
3. Add TODOs, we can configure XenServer+Neutron specific items
   in devstack-plugin in the future

Change-Id: I6dc783eeb5c95e5fe81d907154aa2e880d6bac9e
2017-01-04 18:22:34 -08:00

435 B

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