X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.cfg;h=f97b0781215e702f479ac9e9c7533a8aa510c984;hp=9255a8cba6d7903b4baaea784dfea886d3eec11b;hb=990ac461246c2449534955f8e5c73ecbc295f4dc;hpb=b66b041b8a3669ef44d9a94643cfa4add94d7f9b diff --git a/osm_nbi/nbi.cfg b/osm_nbi/nbi.cfg index 9255a8c..f97b078 100644 --- a/osm_nbi/nbi.cfg +++ b/osm_nbi/nbi.cfg @@ -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://:/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"