fix bug 1070: New selfsigned certificate
[osm/NBI.git] / osm_nbi / nbi.cfg
index 9255a8c..f97b078 100644 (file)
@@ -97,6 +97,14 @@ backend: "internal"         # internal or keystone
 # user_domain_name:         "default,ldap"
 # project_domain_name:      "default,ldap"
 
+# Keystone config parameters are
+# auth_url: format https://<ip>:<port>/v3       # v3 is necessary
+# auth_host: ip address of keystone host.
+# auth_port: port number of keystone.
+# Provide either auth_url or (auth_host and auth_port)
+# service_username: "nbi"
+# service_password: "nbi"
+
 # Only for test. It works without authorization using the provided user and project:
 # user_not_authorized: "admin"
 # project_not_authorized: "admin"