From 3be039e51c63eae2ffad3bf52cbaab93621e5574 Mon Sep 17 00:00:00 2001 From: Evgeny Sikachev Date: Mon, 18 Apr 2016 18:14:18 +0300 Subject: [PATCH] Fix name of var Fix variable in cleanup script Change-Id: Ie56b63b30a28087f6cd5267413b6767be5c9bc1c --- slave-scripts/integration-cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slave-scripts/integration-cleanup.sh b/slave-scripts/integration-cleanup.sh index 2c1e598e..f5935005 100755 --- a/slave-scripts/integration-cleanup.sh +++ b/slave-scripts/integration-cleanup.sh @@ -11,7 +11,7 @@ export os_password=$os_password export os_tenant_name=$os_tenant_name if [[ "$HOST_NAME" =~ trusty-42 ]]; then export os_auth_url="http://$OPENSTACK_HOST_LAB_42:5000/v2.0" - export os_image_endpoint="http://$OPENSTACK_LAB_42:8004/v1/$LAB_42_TENANT_ID" + export os_image_endpoint="http://$OPENSTACK_HOST_LAB_42:8004/v1/$LAB_42_TENANT_ID" host="c1" else export os_auth_url="http://$OPENSTACK_HOST_LAB_43:5000/v2.0"