a755e5d9f2
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
11 lines
411 B
YAML
11 lines
411 B
YAML
---
|
|
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][_- ]``
|