api: deprecate the concept of extensions in v2.1
We want to remove the extension infrastructure in the v2.1 API during the next release. To make that possible, we must deprecate the configuration now. Also deprecating the osapi_v3 group, and moving to osapi_v21. UpgradeImpact DocImpact Part of blueprint nova-api-deprecate-extensions Change-Id: I084444b11dceda7cf8f88c157aa67d36490fce49
This commit is contained in:
parent
bca7a7a11f
commit
0754eddc29
@ -55,7 +55,7 @@ from nova import utils
|
|||||||
|
|
||||||
|
|
||||||
CONF = cfg.CONF
|
CONF = cfg.CONF
|
||||||
CONF.import_opt('enabled', 'nova.api.openstack', group='osapi_v3')
|
CONF.import_opt('enabled', 'nova.api.openstack', group='osapi_v21')
|
||||||
|
|
||||||
logging.register_options(CONF)
|
logging.register_options(CONF)
|
||||||
CONF.set_override('use_stderr', False)
|
CONF.set_override('use_stderr', False)
|
||||||
|
Loading…
Reference in New Issue
Block a user