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:
parent
dd68096419
commit
2589c5a9b0
@ -24,6 +24,7 @@ parameters:
|
|||||||
type: string
|
type: string
|
||||||
default: 'nvmet'
|
default: 'nvmet'
|
||||||
CinderNVMeOFTargetProtocol:
|
CinderNVMeOFTargetProtocol:
|
||||||
|
type: string
|
||||||
default: 'nvmet_rdma'
|
default: 'nvmet_rdma'
|
||||||
description: >
|
description: >
|
||||||
The target protocol, supported values are nvmet_rdma and nvmet_tcp.
|
The target protocol, supported values are nvmet_rdma and nvmet_tcp.
|
||||||
|
Loading…
Reference in New Issue
Block a user