Merge "Mark enable_ui as deprecated"
This commit is contained in:
commit
8fb3b96633
@ -0,0 +1,4 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
enable_ui is deprecated for removal in Train.
|
@ -91,6 +91,7 @@ class StandaloneConfig(BaseConfig):
|
||||
),
|
||||
cfg.BoolOpt('enable_ui',
|
||||
default=tripleo_ui,
|
||||
deprecated_for_removal=True,
|
||||
help=_('Whether to install the TripleO UI.')
|
||||
),
|
||||
cfg.BoolOpt('enable_validations',
|
||||
|
Loading…
Reference in New Issue
Block a user