From 03f4e820c83ecf48cd03476eaa049076a150e292 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 23 Mar 2015 02:04:47 -0700 Subject: [PATCH] Scheduler: update doctring to use oslo_config Use oslo_config instead of oslo.config TrivialFix Change-Id: I17521474a4a45aac3e85234d95ef85e9f6f9cc49 --- nova/scheduler/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/scheduler/utils.py b/nova/scheduler/utils.py index 1c8e452db8..0db5f38d78 100644 --- a/nova/scheduler/utils.py +++ b/nova/scheduler/utils.py @@ -217,7 +217,7 @@ def parse_options(opts, sep='=', converter=str, name=""): """Parse a list of options, each in the format of . 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