puppet-keystone/releasenotes/notes/deprecate-service-validation-35fd28183776f94f.yaml
Tobias Urdin 3c95205e02 Remove keystone::service validation
This patch removes the validation in the keyston::service
class. This functionality should be replaced by using
something like the healthcheck module [1].

In the future somebody might want to implement a
keystone_validator provider that does a proper keystone
check but the http_conn_validator should be sufficient enough.

[1] https://github.com/voxpupuli/puppet-healthcheck

Change-Id: Ia20cf42ec23cdbfa1a499b3c5fcece1e5bbb8c22
2019-11-02 16:39:30 +01:00

10 lines
422 B
YAML

---
deprecations:
- |
The service validation in keystone::service is deprecated so the following
parameters in keystone::service has no effect anymore, validate, admin_token,
admin_endpoint, retries, delay, insecure, cacert.
- |
The service validation in ::keystone is deprecated so the following parameters
has no effect validate_service, validate_insecure, validate_auth_url and validate_cacert.