projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c23a9bb
)
change to backed keystone by default
49/9149/1
release-v8.0-start
v8.0.0rc1
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Wed, 24 Jun 2020 14:49:36 +0000
(14:49 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Wed, 24 Jun 2020 14:50:34 +0000
(14:50 +0000)
Change-Id: Ibfce8d1558eb7d43cc39d6397d8714cf8ccd335b
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
osm_nbi/nbi.cfg
patch
|
blob
|
history
diff --git
a/osm_nbi/nbi.cfg
b/osm_nbi/nbi.cfg
index
f97b078
..
d279f90
100644
(file)
--- a/
osm_nbi/nbi.cfg
+++ b/
osm_nbi/nbi.cfg
@@
-91,7
+91,7
@@
loglevel: "DEBUG"
group_id: "nbi-server"
[authentication]
-backend: "
internal
" # internal or keystone
+backend: "
keystone
" # internal or keystone
# for keystone backend a comma separated list of user adn project _domain_name list can ba provided.
# NBI will try authenticate with all of then if domain is not provided in the content of a POST token
# user_domain_name: "default,ldap"