From 91b4a14e648f642ac8737c6a37777295d43e969c Mon Sep 17 00:00:00 2001 From: Michael Chapman Date: Wed, 1 Feb 2017 01:12:59 +1100 Subject: Add ipv6 support to baremetal virthost networks This won't be used in the vast majority of cases, but where someone wants to use an ipv6 external network on the undercloud, this will be needed. Change-Id: Ibb41e0fee7c112c19446d96eb195c0df552c90d1 Signed-off-by: Michael Chapman --- lib/configure-deps-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/configure-deps-functions.sh b/lib/configure-deps-functions.sh index b9799969..3c82c66a 100755 --- a/lib/configure-deps-functions.sh +++ b/lib/configure-deps-functions.sh @@ -51,7 +51,7 @@ function configure_deps { echo "${blue}INFO: Creating Virsh Network: $network & OVS Bridge: ${NET_MAP[$network]}${reset}" ovs-vsctl list-br | grep "^${NET_MAP[$network]}$" > /dev/null || ovs-vsctl add-br ${NET_MAP[$network]} virsh net-list --all | grep " $network " > /dev/null || (cat > ${libvirt_dir}/apex-virsh-net.xml && virsh net-define ${libvirt_dir}/apex-virsh-net.xml) << EOF - + $network -- cgit 1.2.3-korg