return op_id on asynchronous delete
[osm/NBI.git] / osm_nbi / nbi.cfg
index 94d3b26..9255a8c 100644 (file)
@@ -71,7 +71,6 @@ port: 9090
 loglevel:  "DEBUG"
 #logfile: /var/log/osm/nbi-database.log
 
 loglevel:  "DEBUG"
 #logfile: /var/log/osm/nbi-database.log
 
-
 [storage]
 driver: "local"            # local filesystem
 # for local provide file path
 [storage]
 driver: "local"            # local filesystem
 # for local provide file path
@@ -93,6 +92,11 @@ group_id: "nbi-server"
 
 [authentication]
 backend: "internal"         # internal or keystone
 
 [authentication]
 backend: "internal"         # 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"
+# project_domain_name:      "default,ldap"
+
 # Only for test. It works without authorization using the provided user and project:
 # user_not_authorized: "admin"
 # project_not_authorized: "admin"
 # Only for test. It works without authorization using the provided user and project:
 # user_not_authorized: "admin"
 # project_not_authorized: "admin"