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-2018:0311
Hello, Using Ocata Release (rhosp-release-11.0-2.el7ost.noarch) and tried following patch as resolution for this bug but it didnt make any change in trait_int table in DB: openstack-panko-api-2.0.2-4.el7ost.noarch python-panko-2.0.2-4.el7ost.noarch openstack-panko-common-2.0.2-4.el7ost.noarch Please check as after applying patch table remains same as: desc trait_int; +----------+--------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +----------+--------------+------+-----+---------+-------+ | event_id | int(11) | NO | PRI | NULL | | | key | varchar(255) | NO | PRI | NULL | | | value | int(11) | YES | | NULL | | +----------+--------------+------+-----+---------+-------+ 3 rows in set (0.01 sec)