From 719f6812813c07df3ebb6e93dca668285f7676b2 Mon Sep 17 00:00:00 2001 From: cristinapauna Date: Tue, 29 Nov 2016 11:18:58 +0200 Subject: Move the local_env file The local_env file was in the wrong directory and it was not sourced by the deploy script. Moved it to the correct location Change-Id: Ie5ddcfc656dc5c0a79aa49c2c553819b72303ef3 Signed-off-by: cristinapauna --- labs/arm/virtual1/fuel/config/local_env | 3 +++ labs/arm/virtual1/local_env | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 labs/arm/virtual1/fuel/config/local_env delete mode 100644 labs/arm/virtual1/local_env (limited to 'labs') diff --git a/labs/arm/virtual1/fuel/config/local_env b/labs/arm/virtual1/fuel/config/local_env new file mode 100644 index 0000000..5befecd --- /dev/null +++ b/labs/arm/virtual1/fuel/config/local_env @@ -0,0 +1,3 @@ +export LIBVIRT_DEFAULT_URI=qemu+ssh://jenkins@10.0.9.5/system +export DEFAULT_BRIDGE=admin8_br0,public8_br0 +export DEPLOY_TIMEOUT=360 diff --git a/labs/arm/virtual1/local_env b/labs/arm/virtual1/local_env deleted file mode 100644 index 5befecd..0000000 --- a/labs/arm/virtual1/local_env +++ /dev/null @@ -1,3 +0,0 @@ -export LIBVIRT_DEFAULT_URI=qemu+ssh://jenkins@10.0.9.5/system -export DEFAULT_BRIDGE=admin8_br0,public8_br0 -export DEPLOY_TIMEOUT=360 -- cgit 1.2.3-korg