update datatype for "OctaviaFlavorId"

Currently, heat templates will expect “OctaviaFlavorId” value to
"number". But, if a user specifies alphanum value, the deployment
fails. Hence, updating datatype of "OctaviaFlavorId" to "string"
Closes-Bug: #1810415

Change-Id: I9f1c8c5df61f3070a3df404e9f726ed40f138431
This commit is contained in:
Pratik Bandarkar 2019-01-03 16:34:31 +00:00
parent 697cefb95e
commit 38f752255c

View File

@ -47,10 +47,10 @@ parameters:
description: Load balancer topology configuration.
type: string
OctaviaFlavorId:
default: 65
default: '65'
description: Nova flavor ID to be used when creating the nova flavor for
amphora.
type: number
type: string
OctaviaTimeoutClientData:
default: 50000
description: Frontend client inactivity timeout.