File: clients-opts-9cca2ca2ec1f3ff7.yaml

package info (click to toggle)
puppet-module-heat 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,304 kB
  • sloc: ruby: 3,869; python: 38; sh: 10; makefile: 10
file content (20 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
features:
  - |
    The new ``heat::clients`` class has been added. Use this class to manage
    ``[clients]`` parameters.

  - |
    The new ``heat::clients::base`` defined type has been added. This defined
    type provides the basic implementation to manage ``[clients_<service>]``
    parameters.

  - |
    The ``heat::clients::<service>`` classes, to manage ``[clients_<service>]``
    parameters, have been added.

deprecations:
  - |
    The ``heat_clients_endpoint_type`` parameter and the ``heat_clients_url``
    parameter has been deprecated, in favor of the ``heat::clients`` class and
    the ``heat::clients::heat`` class.