summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-rebuild-keypair-reset-9ed45744bd85e358.yaml
blob: cadd81c980a7cf462251b90e85cdf9ada2bf83e3 (plain)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    A new param ``key_name`` was added to the instance rebuild API (v2.54),
    then it is able to reset instance key pair. It is worth noting that
    users within the same project are able to rebuild other user's instances
    in that project with a new keypair.
    If set ``key_name`` to None in API body, nova will unset the keypair of
    instance during rebuild.