Merge "Deprecate the dvr_extra_resources config switch."
This commit is contained in:
commit
03e36b63bd
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
The ``dvr_extra_resources`` configuration switch from the ``config`` module
|
||||||
|
is deprecated. It was added to support the Liberty Release which we don't
|
||||||
|
support anymore.
|
||||||
|
|
@ -619,7 +619,10 @@ NetworkGroup = [
|
|||||||
"in L3 agent scheduler test. Extra resources need to be "
|
"in L3 agent scheduler test. Extra resources need to be "
|
||||||
"provisioned in order to bind router to L3 agent in the "
|
"provisioned in order to bind router to L3 agent in the "
|
||||||
"Liberty release or older, and are not required since "
|
"Liberty release or older, and are not required since "
|
||||||
"the Mitaka release.")
|
"the Mitaka release.",
|
||||||
|
deprecated_for_removal=True,
|
||||||
|
deprecated_reason='This config switch was added for Liberty '
|
||||||
|
'which is not supported anymore.')
|
||||||
]
|
]
|
||||||
|
|
||||||
network_feature_group = cfg.OptGroup(name='network-feature-enabled',
|
network_feature_group = cfg.OptGroup(name='network-feature-enabled',
|
||||||
|
Loading…
Reference in New Issue
Block a user