summaryrefslogtreecommitdiffstats
path: root/api/escalator/opts.py
diff options
context:
space:
mode:
authorkong wei <kong.wei2@zte.com.cn>2017-03-03 14:37:44 +0000
committerkong wei <kong.wei2@zte.com.cn>2017-03-03 14:52:08 +0000
commit71d4f906c1a52f5dcba114ff8aa70148dafffd24 (patch)
tree504b901f925cd4050c6ddece1c30f664634eee56 /api/escalator/opts.py
parentc1783221873845d072b739c7ebd8d0a75fe00bb9 (diff)
escalator should use oslo.xxx instead of oslo-xxx
Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
Diffstat (limited to 'api/escalator/opts.py')
-rw-r--r--api/escalator/opts.py4
1 files changed, 2 insertions, 2 deletions
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.