Fix CinderNVMeOFTargetProtocol: restore the type

Without the type, the overcloud deployment fails with
Missing parameter type for parameter: CinderNVMeOFTargetProtocol

Change-Id: If9aba2758812d6f8b7370582953653fbfc590ba6
This commit is contained in:
Luigi Toscano 2023-03-30 19:01:09 +02:00
parent dd68096419
commit 2589c5a9b0
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ parameters:
type: string
default: 'nvmet'
CinderNVMeOFTargetProtocol:
type: string
default: 'nvmet_rdma'
description: >
The target protocol, supported values are nvmet_rdma and nvmet_tcp.