summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-keypair-generation-removal-3004a8643dcd1fd9.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/bp-keypair-generation-removal-3004a8643dcd1fd9.yaml')
-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][_- ]``