Skip to content
Snippets Groups Projects
Commit ba2c0af0 authored by Ryan Randles Jones's avatar Ryan Randles Jones
Browse files

Update app-cred-ohpc_creds-openrc.sh

parent b7a8823a
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
export OS_AUTH_TYPE=v3applicationcredential export TF_AUTH_TYPE=v3applicationcredential
export OS_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3 export TF_AUTH_URL=http://ruffner.rc.uab.edu:5000/v3
export OS_IDENTITY_API_VERSION=3 export TF_IDENTITY_API_VERSION=3
export OS_REGION_NAME="openstack" export TF_REGION_NAME="openstack"
export OS_INTERFACE=public export TF_INTERFACE=public
export OS_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df export TF_APPLICATION_CREDENTIAL_ID=797b6887d93a41249e6f59d2b90ef5df
export OS_APPLICATION_CREDENTIAL_SECRET=no export TF_APPLICATION_CREDENTIAL_SECRET=no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment