Mark enable_ui as deprecated

The TripleO UI is deprecated and will be removed in Train.

Depends-On: https://review.openstack.org/#/c/641743/
Change-Id: I6eb0686b58bd3bca0c8be128583c0f07c04ce31a
This commit is contained in:
Alex Schultz 2019-03-07 10:41:30 -07:00
parent b3af96f74e
commit 7574f752ff
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',