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:
parent
697cefb95e
commit
38f752255c
@ -47,10 +47,10 @@ parameters:
|
|||||||
description: Load balancer topology configuration.
|
description: Load balancer topology configuration.
|
||||||
type: string
|
type: string
|
||||||
OctaviaFlavorId:
|
OctaviaFlavorId:
|
||||||
default: 65
|
default: '65'
|
||||||
description: Nova flavor ID to be used when creating the nova flavor for
|
description: Nova flavor ID to be used when creating the nova flavor for
|
||||||
amphora.
|
amphora.
|
||||||
type: number
|
type: string
|
||||||
OctaviaTimeoutClientData:
|
OctaviaTimeoutClientData:
|
||||||
default: 50000
|
default: 50000
|
||||||
description: Frontend client inactivity timeout.
|
description: Frontend client inactivity timeout.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user