Deprecate heat::clients::sahara

Heat deprecated and even removed sahara support, because the sahara
project was retired.

Change-Id: I3b34e2d88ba1ed83af8e7b18bc77ed652bb94f43
This commit is contained in:
Takashi Kajinami 2024-08-23 17:17:13 +09:00
parent abbb1a7b41
commit 7651af1cb3
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# Class heat::clients::sahara
#
# DEPRECATED !!
# sahara client configuration
#
# == Parameters
@ -35,6 +36,8 @@ class heat::clients::sahara (
include heat::deps
warning('The heat::clients::sahara class is deprecated.')
heat::clients::base { 'clients_sahara':
endpoint_type => $endpoint_type,
ca_file => $ca_file,

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
The ``heat::clients::sahara`` class has been deprecated and will be removed
in a future release.