Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
5bdae77e
Commit
5bdae77e
authored
Jan 25, 2017
by
Michael Mrowetz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add default for OS_USER_DOMAIN_NAME
parent
87ee6b34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
openrc-default.sh
cluster/openstack-heat/openrc-default.sh
+1
-0
openrc-swift.sh
cluster/openstack-heat/openrc-swift.sh
+1
-0
No files found.
cluster/openstack-heat/openrc-default.sh
View file @
5bdae77e
...
@@ -22,4 +22,5 @@ export OS_USERNAME=${OS_USERNAME:-admin}
...
@@ -22,4 +22,5 @@ export OS_USERNAME=${OS_USERNAME:-admin}
export
OS_PASSWORD
=
${
OS_PASSWORD
:-
secretsecret
}
export
OS_PASSWORD
=
${
OS_PASSWORD
:-
secretsecret
}
export
OS_AUTH_URL
=
${
OS_AUTH_URL
:-
http
://192.168.123.100:5000/v2.0
}
export
OS_AUTH_URL
=
${
OS_AUTH_URL
:-
http
://192.168.123.100:5000/v2.0
}
export
OS_TENANT_NAME
=
${
OS_TENANT_NAME
:-
admin
}
export
OS_TENANT_NAME
=
${
OS_TENANT_NAME
:-
admin
}
export
OS_USER_DOMAIN_NAME
=
${
OS_USER_DOMAIN_NAME
:-}
export
OS_REGION_NAME
=
${
OS_REGION_NAME
:-
RegionOne
}
export
OS_REGION_NAME
=
${
OS_REGION_NAME
:-
RegionOne
}
cluster/openstack-heat/openrc-swift.sh
View file @
5bdae77e
...
@@ -23,4 +23,5 @@ export OS_USERNAME=${OS_USERNAME:-admin}
...
@@ -23,4 +23,5 @@ export OS_USERNAME=${OS_USERNAME:-admin}
export
OS_PASSWORD
=
${
OS_PASSWORD
:-
secretsecret
}
export
OS_PASSWORD
=
${
OS_PASSWORD
:-
secretsecret
}
export
OS_AUTH_URL
=
${
OS_AUTH_URL
:-
http
://192.168.123.100:5000/v2.0
}
export
OS_AUTH_URL
=
${
OS_AUTH_URL
:-
http
://192.168.123.100:5000/v2.0
}
export
OS_TENANT_NAME
=
${
OS_TENANT_NAME
:-
admin
}
export
OS_TENANT_NAME
=
${
OS_TENANT_NAME
:-
admin
}
export
OS_USER_DOMAIN_NAME
=
${
OS_USER_DOMAIN_NAME
:-}
export
OS_REGION_NAME
=
${
OS_REGION_NAME
:-
RegionOne
}
export
OS_REGION_NAME
=
${
OS_REGION_NAME
:-
RegionOne
}
Write
Preview
Markdown
is supported
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