XenAPI: Remove final references to Integration bridge
The change to remove references of XEN_INTEGRATION_BRIDGE (If5886e3711765a97f40f20e478f958b988b5a620) unfortunately left some code which should have been removed. This remaining code caused an error in some situations when deploying from scratch (which the CI avoids for expediency) Change-Id: Ia568462c9cca8cff8fcfada8148d185609d61a7d
This commit is contained in:
@@ -288,10 +288,6 @@ add_interface "$GUEST_NAME" "$PUB_BRIDGE_OR_NET_NAME" "$PUB_DEV_NR"
|
||||
#
|
||||
$THIS_DIR/build_xva.sh "$GUEST_NAME"
|
||||
|
||||
XEN_INTEGRATION_BRIDGE_DEFAULT=$(bridge_for "$XEN_INT_BRIDGE_OR_NET_NAME")
|
||||
append_kernel_cmdline \
|
||||
"$GUEST_NAME"
|
||||
|
||||
FLAT_NETWORK_BRIDGE="${FLAT_NETWORK_BRIDGE:-$(bridge_for "$VM_BRIDGE_OR_NET_NAME")}"
|
||||
append_kernel_cmdline "$GUEST_NAME" "flat_network_bridge=${FLAT_NETWORK_BRIDGE}"
|
||||
|
||||
|
Reference in New Issue
Block a user