os-xenapi/devstack
Huan Xie d1dec09446 Set host=${dom0_hostname} in related conf
As we have two ovs agent running in domU, we must set different
value for host configuration item. Currently, its value is
${dom0_hostname}-nova for nova, neutron and ceilometer service,
but we found tempest is using hypervisor's name when try to live
migrate VM, see bug https://bugs.launchpad.net/tempest/+bug/1716623.
This patch is to change our devstack plugin to set host item
with value ${dom0_hostname} for n-cpu, q-domua and ceilometer,
then it's align with hypervisor's name

Closes-bug: 1716623
Change-Id: I6a5b77a91898b602ec328afad6567973a2132759
2017-09-13 05:15:42 +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 Set host=${dom0_hostname} in related conf 2017-09-13 05:15:42 +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