Merge "Drop use of 'oslo' namespace package"
This commit is contained in:
@@ -702,7 +702,7 @@ class Session(object):
|
||||
For example, to support the ``ca_file`` option pointing to the new
|
||||
``cafile`` option name::
|
||||
|
||||
old_opt = oslo.cfg.DeprecatedOpt('ca_file', 'old_group')
|
||||
old_opt = oslo_cfg.DeprecatedOpt('ca_file', 'old_group')
|
||||
deprecated_opts={'cafile': [old_opt]}
|
||||
|
||||
:returns: A list of oslo_config options.
|
||||
@@ -750,7 +750,7 @@ class Session(object):
|
||||
For example, to support the ``ca_file`` option pointing to the new
|
||||
``cafile`` option name::
|
||||
|
||||
old_opt = oslo.cfg.DeprecatedOpt('ca_file', 'old_group')
|
||||
old_opt = oslo_cfg.DeprecatedOpt('ca_file', 'old_group')
|
||||
deprecated_opts={'cafile': [old_opt]}
|
||||
|
||||
:returns: The list of options that was registered.
|
||||
|
Reference in New Issue
Block a user