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:
parent
abbb1a7b41
commit
7651af1cb3
@ -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,
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
The ``heat::clients::sahara`` class has been deprecated and will be removed
|
||||
in a future release.
|
Loading…
Reference in New Issue
Block a user