diff --git a/app-cred-ohpc_creds-openrc.sh b/app-cred-ohpc_creds-openrc.sh index 76bc4851e94f338b68320544e1ad8742897be574..7d3f569772368862bd1a2b3ce9d241e3a0cf8047 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