nova/releasenotes/notes/remove-ovs-integration-bridge-default-0b838f0816829b68.yaml
John Hua c4a88d597e XenAPI: Remove ovs_integration_bridge default value
xapi1 as the default ovs_integration_bridge can be incorrect as it is
dependent on the environment. xapi<n> are internal bridges that are
incrementally defined from zero. Operators should set this config value
to the integration bridge used between all guests and the compute host
in their environment.

UpgradeImpact
Change-Id: If463936553cc663fd0bd018ccc9b8395bbdff6d9
2016-12-17 00:57:25 +00:00

10 lines
513 B
YAML

---
upgrade:
- >
XenServer users must now set the value of xenserver.ovs_integration_bridge before they
can use the system. Previously this had a default of "xapi1", which has now been
removed, because it is dependent on the environment. The xapi<n> are internal bridges
that are incrementally defined from zero and "xapi1" may not be the correct bridge.
Operators should set this config value to the integration bridge used between all
guests and the compute host in their environment.