summaryrefslogtreecommitdiff
path: root/releasenotes/notes/microversion-v2_90-259779668e67dfb5.yaml
blob: 8ab21c91da93a3ae08b5d899d373c7b623989238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    Added support for `microversion 2.90`_. This microversion provides the
    ability to manually configure the instance ``hostname`` attribute when
    creating a new instance (``nova boot --hostname HOSTNAME ...``), updating
    an existing instance (``nova update --hostname HOSTNAME ...``), or
    rebuilding an existing instance (``nova rebuild --hostname HOSTNAME``).
    This attribute is published via the metadata service and config drive and
    can be used by init scripts such as ``cloud-init`` to configure the guest's
    hostname.

    .. _microversion 2.90: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#microversion-2-90