Fix name of var

Fix variable in cleanup script

Change-Id: Ie56b63b30a28087f6cd5267413b6767be5c9bc1c
This commit is contained in:
Evgeny Sikachev 2016-04-18 18:14:18 +03:00
parent 20e203d70e
commit 3be039e51c

View File

@ -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"