Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
1f6a8fc9
Commit
1f6a8fc9
authored
Jun 01, 2017
by
Christian Groschupp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed variable names in comments for openstask sd.
parent
3b36733b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
configuration.md
content/docs/operating/configuration.md
+7
-7
No files found.
content/docs/operating/configuration.md
View file @
1f6a8fc9
...
...
@@ -426,29 +426,29 @@ See below for the configuration options for OpenStack discovery:
# The OpenStack Region.
region: <string>
#
IdentityE
ndpoint specifies the HTTP endpoint that is required to work with
#
identity_e
ndpoint specifies the HTTP endpoint that is required to work with
# the Identity API of the appropriate version. While it's ultimately needed by
# all of the identity services, it will often be populated by a provider-level
# function.
[ identity_endpoint: <string> ]
#
U
sername is required if using Identity V2 API. Consult with your provider's
#
u
sername is required if using Identity V2 API. Consult with your provider's
# control panel to discover your account's username. In Identity V3, either
#
UserID or a combination of Username and DomainID or DomainN
ame are needed.
#
userid or a combination of username and domain_id or domain_n
ame are needed.
[ username: <string> ]
[ userid: <string> ]
#
P
assword for the Identity V2 and V3 APIs. Consult with your provider's
#
p
assword for the Identity V2 and V3 APIs. Consult with your provider's
# control panel to discover your account's preferred method of authentication.
[ password: <string> ]
# At most one of
DomainID and DomainName must be provided if using U
sername
# At most one of
domain_id and domain_name must be provided if using u
sername
# with Identity V3. Otherwise, either are optional.
[ domain_name: <string> ]
[ domain_id: <string> ]
# The
ProjectID and ProjectN
ame fields are optional for the Identity V2 API.
# Some providers allow you to specify a
ProjectName instead of the ProjectI
d.
# The
project_id and project_n
ame fields are optional for the Identity V2 API.
# Some providers allow you to specify a
project_name instead of the project_i
d.
# Some require both. Your provider's authentication policies will determine
# how these fields influence authentication.
[ project_name: <string> ]
...
...
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