puppet-keystone/releasenotes/notes/service_provider_deprecation-50421064c823f3ee.yaml
Emilien Macchi a5dbb53c19 Deprecate service_provider
Overriding service_provider was an hack and should not exist in any
module.
Puppet is by itself able to find which Service provider to use.
If you want to override it for any reason, please use a Puppet resource
collector, using keystone-service resource tag.

This patch deprecates the service_provider parameter and drop its usage,
so puppet-keystone can easily work on more systems, (ie: Ubuntu Xenial
with Systemd).

Change-Id: I661319aa83676880a83f3ecfc00e9a803524c7cf
2016-04-21 21:56:31 -04:00

7 lines
332 B
YAML

---
deprecations:
- service_provider parameter is deprecated, does nothing and will be removed in a future release.
The parameter has no effect. The Service provider will be found by Puppet itself.
If you really need to override this value, please use a Puppet resource collector,
using keystone-service resource tag.