summaryrefslogtreecommitdiff
path: root/releasenotes/notes/driver-capabilities-to-traits-152eb851cd016f4d.yaml
blob: da60ed4a124698760dd5f48db3bbd61487a2b8bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
features:
  - |
    Compute drivers now expose capabilities via traits in the
    Placement API.  Capabilities must map to standard traits defined
    in `the os-traits project
    <https://docs.openstack.org/os-traits/latest/>`_; for now these
    are:

    * ``COMPUTE_NET_ATTACH_INTERFACE``
    * ``COMPUTE_DEVICE_TAGGING``
    * ``COMPUTE_NET_ATTACH_INTERFACE_WITH_TAG``
    * ``COMPUTE_VOLUME_ATTACH_WITH_TAG``
    * ``COMPUTE_VOLUME_EXTEND``
    * ``COMPUTE_VOLUME_MULTI_ATTACH``
    * ``COMPUTE_TRUSTED_CERTS``

    Any traits provided by the driver will be automatically added
    during startup or a periodic update of a compute node.  Similarly
    any traits later retracted by the driver will be automatically
    removed.

    However any traits which are removed by the admin from the compute
    node resource provider via the Placement API will not be
    reinstated until the compute service's provider cache is reset.
    This can be triggered via a ``SIGHUP``.