Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
circlestack
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6676d3c2
authored
Mar 20, 2018
by
Szabolcs Gelencser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add domain config for BME
parent
269c4015
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
.idea/workspace.xml
+0
-0
circle/circle/settings/base.py
+3
-0
circle/openstack_auth/plugin/password.py
+1
-1
No files found.
.idea/workspace.xml
View file @
6676d3c2
This diff is collapsed.
Click to expand it.
circle/circle/settings/base.py
View file @
6676d3c2
...
...
@@ -579,3 +579,5 @@ DEFAULT_SUBNETPOOL_PREFIXES = (
"10.0.0.0/8"
,
"172.16.0.0/12"
,
"192.168.0.0/16"
)
DEFAULT_SUBNETPOOL_PREFIX_LEN
=
20
OPENSTACK_KEYSTONE_DEFAULT_DOMAIN
=
"bme"
\ No newline at end of file
circle/openstack_auth/plugin/password.py
View file @
6676d3c2
...
...
@@ -42,7 +42,7 @@ class PasswordPlugin(base.BasePlugin):
return
v3_auth
.
Password
(
auth_url
=
auth_url
,
username
=
username
,
password
=
password
,
user_domain_name
=
"default"
,
#TODO
user_domain_name
=
user_domain_name
,
unscoped
=
True
)
else
:
...
...
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