Merge "Mark enable_ui as deprecated"

This commit is contained in:
Zuul 2019-03-12 04:30:58 +00:00 committed by Gerrit Code Review
commit 8fb3b96633
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
---
deprecations:
- |
enable_ui is deprecated for removal in Train.

View File

@ -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',