nova/releasenotes/notes/bp-rebuild-keypair-reset-9ed45744bd85e358.yaml
LIU Yulong 751f5dec11 Enable reset keypair while rebuilding instance
This patch adds `key_name` param to instance rebuild
API. Then the user could reset the instance keypair
when rebuilding. If set key_name to None, the API
will unset the keypair of the instance.

APIImpact

Implements blueprint: rebuild-keypair-reset

Change-Id: I23886a89c25f811cfbe7e2500ce7ff52f9162966
2017-11-13 10:49:02 +08:00

10 lines
390 B
YAML

---
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.