change to backed keystone by default 49/9149/1 release-v8.0-start v8.0.0rc1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Wed, 24 Jun 2020 14:49:36 +0000 (14:49 +0000)
committertierno <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

index f97b078..d279f90 100644 (file)
@@ -91,7 +91,7 @@ loglevel:  "DEBUG"
 group_id: "nbi-server"
 
 [authentication]
 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"
 # 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"