From ba2c0af049c309b4c6e889b7db33ecf080d50323 Mon Sep 17 00:00:00 2001 From: Ryan Randles Jones <rrand11@uab.edu> Date: Mon, 1 Jul 2019 10:05:38 -0500 Subject: [PATCH] Update app-cred-ohpc_creds-openrc.sh --- app-cred-ohpc_creds-openrc.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app-cred-ohpc_creds-openrc.sh b/app-cred-ohpc_creds-openrc.sh index 76bc485..7d3f569 100644 --- a/app-cred-ohpc_creds-openrc.sh +++ b/app-cred-ohpc_creds-openrc.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -export OS_AUTH_TYPE=v3applicationcredential -export OS_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3 -export OS_IDENTITY_API_VERSION=3 -export OS_REGION_NAME="openstack" -export OS_INTERFACE=public -export OS_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df -export OS_APPLICATION_CREDENTIAL_SECRET=no +export TF_AUTH_TYPE=v3applicationcredential +export TF_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3 +export TF_IDENTITY_API_VERSION=3 +export TF_REGION_NAME="openstack" +export TF_INTERFACE=public +export TF_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df +export TF_APPLICATION_CREDENTIAL_SECRET=no -- GitLab