Browse code

Merge "XenAPI: Don't assume specific network interfaces"

Jenkins authored on 2016/08/09 13:18:25
Showing 1 changed files
... ...
@@ -24,8 +24,6 @@ set +o xtrace
24 24
 # Defaults
25 25
 # --------
26 26
 
27
-PUBLIC_INTERFACE_DEFAULT=eth2
28
-GUEST_INTERFACE_DEFAULT=eth1
29 27
 # Allow ``build_domU.sh`` to specify the flat network bridge via kernel args
30 28
 FLAT_NETWORK_BRIDGE_DEFAULT=$(sed -e 's/.* flat_network_bridge=\([[:alnum:]]*\).*$/\1/g' /proc/cmdline)
31 29
 if is_service_enabled neutron; then