diff options
author | Stephen Finucane <stephenfin@redhat.com> | 2020-04-08 10:28:28 +0100 |
---|---|---|
committer | Stephen Finucane <stephenfin@redhat.com> | 2020-04-08 14:21:13 +0100 |
commit | 4e30693727d47ea89acd0b21964e3d2ec32ec615 (patch) | |
tree | c6ad93b5b430c1c18ecaf0334f4dc2ad2166fc2a /releasenotes | |
parent | 63e30e022deb551fd5a8276961a629edd252b7c6 (diff) | |
download | nova-4e30693727d47ea89acd0b21964e3d2ec32ec615.tar.gz |
Follow-up for flavor-extra-spec-validators series
Clarify the impact of this microversion in the release note and improve
some tests.
Part of blueprint flavor-extra-spec-validators
Change-Id: Idfccfa9831f1df6f261a247489154492a231d832
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'releasenotes')
-rw-r--r-- | releasenotes/notes/flavor-extra-spec-validators-76d1f2e52ba753db.yaml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/releasenotes/notes/flavor-extra-spec-validators-76d1f2e52ba753db.yaml b/releasenotes/notes/flavor-extra-spec-validators-76d1f2e52ba753db.yaml index 76c96e755a..0b32b43ee9 100644 --- a/releasenotes/notes/flavor-extra-spec-validators-76d1f2e52ba753db.yaml +++ b/releasenotes/notes/flavor-extra-spec-validators-76d1f2e52ba753db.yaml @@ -3,4 +3,19 @@ features: - | The 2.86 microversion adds support for flavor extra spec validation when creating or updating flavor extra specs. Use of an unrecognized or invalid - flavor extra spec will result in a HTTP 400 response. + flavor extra spec in the following namespaces will result in a HTTP 400 + response. + + - ``accel`` + - ``aggregate_instance_extra_specs`` + - ``capabilities`` + - ``hw`` + - ``hw_rng`` + - ``hw_video`` + - ``os`` + - ``pci_passthrough`` + - ``powervm`` + - ``quota`` + - ``resources`` (including ``_{group}`` suffixes) + - ``trait`` (including ``_{group}`` suffixes) + - ``vmware`` |