From 319262cf70ff518c49ee0d5dfd0ec0ab9088f2e6 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 1 Sep 2017 15:47:23 +0100 Subject: xci: configure-network: Add ability to configure network on SUSE hosts Change-Id: I42c6f5f07ac87b5599758947fabe5fce36d44a2e Signed-off-by: Markos Chandras --- xci/var/Suse.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xci/var') diff --git a/xci/var/Suse.yml b/xci/var/Suse.yml index 9674ed2d..786a8751 100644 --- a/xci/var/Suse.yml +++ b/xci/var/Suse.yml @@ -7,5 +7,6 @@ # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# this is placeholder and left blank intentionally to complete later on +# this is the interface the VM nodes are connected to libvirt network "default" +interface: "eth0" python_crypto_package_name: python-pycrypto -- cgit