summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bp-keypair-generation-removal-3004a8643dcd1fd9.yaml
blob: 7adbeb460155a80b2d41e5381eae3049c4a470d6 (plain)
1
2
3
4
5
6
7
8
9
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][_- ]``