summaryrefslogtreecommitdiff
path: root/releasenotes/notes/new-service-layer-8023c242de89075a.yaml
blob: 06f87b53e6fc8f6e839901bfb4306c9f3dc67208 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
upgrade:
  - |
    The previously deprecated options ``api_host``, ``api_port``, ``host`` and
    ``port`` have been permanently removed and are replaced by ``listen``.

    e.g.

    .. code-block:: ini

      [service:api]
      listen = 0.0.0.0:9001

    ..
  - |
    The Designate ``sink`` service will now use the heartbeat reporting system to
    report its status. This was already the case for all other Designate
    services.