Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Terraform Openstack
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
Terraform Openstack
Commits
8c2b0bde
Commit
8c2b0bde
authored
5 years ago
by
Eesaan Atluri
Browse files
Options
Downloads
Patches
Plain Diff
remove the + at the start
parent
a0f5f51f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app-cred-ohpc_creds-openrc.sh
+7
-7
7 additions, 7 deletions
app-cred-ohpc_creds-openrc.sh
with
7 additions
and
7 deletions
app-cred-ohpc_creds-openrc.sh
+
7
−
7
View file @
8c2b0bde
#!/usr/bin/env bash
#!/usr/bin/env bash
+
export
TF_VAR_AUTH_TYPE
=
v3applicationcredential
export
TF_VAR_AUTH_TYPE
=
v3applicationcredential
+
export
TF_VAR_AUTH_URL
=
http://ruffner.rc.uab.edu:5000/v3
export
TF_VAR_AUTH_URL
=
http://ruffner.rc.uab.edu:5000/v3
+
export
TF_VAR_IDENTITY_API_VERSION
=
3
export
TF_VAR_IDENTITY_API_VERSION
=
3
+
export
TF_VAR_REGION_NAME
=
"openstack"
export
TF_VAR_REGION_NAME
=
"openstack"
+
export
TF_VAR_INTERFACE
=
public
export
TF_VAR_INTERFACE
=
public
+
export
TF_VAR_APPLICATION_CREDENTIAL_ID
=
797b6887d93a41249e6f59d2b90ef5df
export
TF_VAR_APPLICATION_CREDENTIAL_ID
=
797b6887d93a41249e6f59d2b90ef5df
+
export
TF_VAR_APPLICATION_CREDENTIAL_SECRET
=
no
export
TF_VAR_APPLICATION_CREDENTIAL_SECRET
=
no
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment