Merge "Deprecate enable_novajoin"
This commit is contained in:
commit
0e1b67162c
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``enable_novajoin`` parameter in undercloud/standalone deployment has
|
||||
been deprecated.
|
@ -83,6 +83,9 @@ class StandaloneConfig(BaseConfig):
|
||||
help=_('Whether to enable the nova service.')),
|
||||
cfg.BoolOpt('enable_novajoin',
|
||||
default=novajoin,
|
||||
deprecated_for_removal=True,
|
||||
deprecated_reason=('Support for the novajoin metadata '
|
||||
'service has been deprecated.'),
|
||||
help=_('Whether to install the novajoin metadata '
|
||||
'service')
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user