Bug 1756474 - [OSP 13] bug back-port request - OctaviaFlavorId should be type string
Summary: [OSP 13] bug back-port request - OctaviaFlavorId should be type string
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 13.0 (Queens)
Hardware: x86_64
OS: Linux
high
high
Target Milestone: z11
: 13.0 (Queens)
Assignee: Gregory Thiemonge
QA Contact: Michael Johnson
URL:
Whiteboard:
Depends On: 1800847
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-09-27 17:37 UTC by Matt Flusche
Modified: 2023-09-07 20:41 UTC (History)
8 users (show)

Fixed In Version: openstack-tripleo-heat-templates-8.4.1-21.el7ost
Doc Type: Bug Fix
Doc Text:
Cause: OctaviaFlavorId parameter accepted only number as value. Consequence: If a user specifies a string as OctaviaFlavorId, deployment or update would fail. Fix: OctaviaFlavorId is now a "string", allowing any alphanumeric values. Result: Users can specify strings or numbers as parameters in OctaviaFlavorId.
Clone Of:
Environment:
Last Closed: 2020-03-10 11:22:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1810415 0 None None None 2019-10-02 14:41:15 UTC
OpenStack gerrit 686534 0 'None' MERGED update datatype for "OctaviaFlavorId" 2021-02-18 08:34:10 UTC
Red Hat Issue Tracker OSP-3929 0 None None None 2022-08-18 16:49:13 UTC
Red Hat Product Errata RHBA-2020:0760 0 None None None 2020-03-10 11:22:53 UTC

Description Matt Flusche 2019-09-27 17:37:58 UTC
Please back-port into OSP 13:

https://review.opendev.org/#/c/628215/

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"

https://bugs.launchpad.net/ubuntu/+source/tripleo-heat-templates/+bug/1810415

Comment 6 Michael Johnson 2020-02-18 01:42:28 UTC
Verified that the OctaviaFlavorId is now of type string in this fix:

/usr/share/openstack-tripleo-heat-templates/puppet/services/octavia-controller.yaml

  OctaviaFlavorId:
    default: '65'
    description: Nova flavor ID to be used when creating the nova flavor for
                 amphora.
    type: string

Comment 9 errata-xmlrpc 2020-03-10 11:22:02 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2020:0760


Note You need to log in before you can comment on or make changes to this bug.