summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorSylvain Bauza <sbauza@redhat.com>2022-07-08 17:23:01 +0200
committerSylvain Bauza <sbauza@redhat.com>2022-07-28 11:05:50 +0200
commita755e5d9f25c7bb06533a3799d9c39b74f334873 (patch)
treed5ff4cba5b9c734940b6b229340336583d58f32b /releasenotes
parent09239fc2eadcf266b42c640e386c7cebad715eea (diff)
downloadnova-a755e5d9f25c7bb06533a3799d9c39b74f334873.tar.gz
api: Drop generating a keypair and add special chars to naming
As agreed in the spec, we will both drop the generation support for a keypair but we'll also accept @ (at) and . (dot) chars in the keyname, all of them in the same API microversion. Rebased the work from I5de15935e83823afa545a250cf84f6a7a37036b4 APIImpact Implements: blueprint keypair-generation-removal Co-Authored-By: Nicolas Parquet <nicolas.parquet@gandi.net> Change-Id: I6a7c71fb4385348c87067543d0454f302907395e
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-keypair-generation-removal-3004a8643dcd1fd9.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-keypair-generation-removal-3004a8643dcd1fd9.yaml b/releasenotes/notes/bp-keypair-generation-removal-3004a8643dcd1fd9.yaml
new file mode 100644
index 0000000000..7adbeb4601
--- /dev/null
+++ b/releasenotes/notes/bp-keypair-generation-removal-3004a8643dcd1fd9.yaml
@@ -0,0 +1,10 @@
+---
+features:
+ - |
+ The 2.92 microversion makes the following changes:
+
+ * Make public_key a mandatory parameter for keypair creation. This means
+ that by this microversion, Nova will stop to support automatic keypair
+ generations. Only imports will be possible.
+ * Allow 2 new special characters: '@' and '.' (dot),
+ in addition to the existing constraints of ``[a-z][A-Z][0-9][_- ]``