X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fescalator%2Fopts.py;h=f317b9026188737a61fee78acb18fb0c9a8ad6f7;hb=71d4f906c1a52f5dcba114ff8aa70148dafffd24;hp=21639e603cd98c5fe8085c9f1143d1992a4e447c;hpb=c1783221873845d072b739c7ebd8d0a75fe00bb9;p=escalator.git diff --git a/api/escalator/opts.py b/api/escalator/opts.py index 21639e6..f317b90 100644 --- a/api/escalator/opts.py +++ b/api/escalator/opts.py @@ -43,7 +43,7 @@ _api_opts = [ def list_api_opts(): - """Return a list of oslo_config options available in Escalator API service. + """Return a list of oslo.config options available in Escalator API service. Each element of the list is a tuple. The first element is the name of the group under which the list of elements in the second element will be @@ -51,7 +51,7 @@ def list_api_opts(): config files. This function is also discoverable via the 'escalator.api' entry point - under the 'oslo_config.opts' namespace. + under the 'oslo.config.opts' namespace. The purpose of this is to allow tools like the Oslo sample config file generator to discover the options exposed to users by escalator.