Fix name of var
Fix variable in cleanup script Change-Id: Ie56b63b30a28087f6cd5267413b6767be5c9bc1c
This commit is contained in:
parent
20e203d70e
commit
3be039e51c
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user