Scheduler: update doctring to use oslo_config

Use oslo_config instead of oslo.config

TrivialFix

Change-Id: I17521474a4a45aac3e85234d95ef85e9f6f9cc49
This commit is contained in:
Gary Kotton
2015-03-23 02:04:47 -07:00
parent a8b9304e8a
commit 03f4e820c8
+1 -1
View File
@@ -217,7 +217,7 @@ def parse_options(opts, sep='=', converter=str, name=""):
"""Parse a list of options, each in the format of <key><sep><value>. Also
use the converter to convert the value into desired type.
:params opts: list of options, e.g. from oslo.config.cfg.ListOpt
:params opts: list of options, e.g. from oslo_config.cfg.ListOpt
:params sep: the separator
:params converter: callable object to convert the value, should raise
ValueError for conversion failure