Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bo-Chun Chen
Terraform Openstack
Commits
23cc9352
Commit
23cc9352
authored
Jun 28, 2019
by
Ryan Randles Jones
Browse files
Update app-cred-ohpc_creds-openrc.sh
parent
ce13fc2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
app-cred-ohpc_creds-openrc.sh
View file @
23cc9352
#!/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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment