Merge "nova: Remove versioned default machine types"

This commit is contained in:
Zuul 2021-04-27 19:33:06 +00:00 committed by Gerrit Code Review
commit 831eb674f9
2 changed files with 7 additions and 1 deletions

View File

@ -432,7 +432,7 @@ parameters:
NovaHWMachineType:
description: >
To specify a default machine type per host architecture.
default: 'x86_64=pc-i440fx-rhel7.6.0,aarch64=virt-rhel7.6.0,ppc64=pseries-rhel7.6.0,ppc64le=pseries-rhel7.6.0'
default: ''
type: string
tags:
- role_specific

View File

@ -0,0 +1,6 @@
---
upgrade:
- |
The ``NovaHWMachineType`` parameter now defaults to an empty string with
per architecture machine type defaults instead being provided directly by
OpenStack Nova.