From 38f752255c873982d4f8b5a21d8fcaeb059915fe Mon Sep 17 00:00:00 2001 From: Pratik Bandarkar Date: Thu, 3 Jan 2019 16:34:31 +0000 Subject: [PATCH] update datatype for "OctaviaFlavorId" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- puppet/services/octavia-controller.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/puppet/services/octavia-controller.yaml b/puppet/services/octavia-controller.yaml index e15a980ecd..7b23ffe484 100644 --- a/puppet/services/octavia-controller.yaml +++ b/puppet/services/octavia-controller.yaml @@ -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.