2024.1 only: Mark OS::Sahara::ClusterTemplate deprecated

All sahara resources were deprecated in 2024.1[1], but support status
of OS::Sahara::ClusterTemplate was overlooked.

Sahara resources are being removed in master now, so this change is
made only in stable/2024.1.

[1] 895d8645ad

Change-Id: I0115ac5c0c52dcde954926650e66b76d8b714298
This commit is contained in:
Takashi Kajinami 2024-05-30 13:28:17 +09:00
parent 23f0dc5e12
commit cdfbba967f

View File

@ -387,7 +387,14 @@ class SaharaClusterTemplate(resource.Resource):
hosts.
"""
support_status = support.SupportStatus(version='2014.2')
support_status = support.SupportStatus(
version='22.0.0',
status=support.DEPRECATED,
message=_('Sahara project was marked inactive'),
previous_status=support.SupportStatus(
version='2014.2',
status=support.SUPPORTED
))
PROPERTIES = (
NAME, PLUGIN_NAME, HADOOP_VERSION, DESCRIPTION,