https://github.com/ManageIQ/manageiq/pull/4603
https://github.com/ManageIQ/manageiq/pull/4607
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/dd3048b2bf88c988f081769507395c3c8d22d164 commit dd3048b2bf88c988f081769507395c3c8d22d164 Author: Greg Blomquist <gblomqui> AuthorDate: Wed Sep 30 16:12:19 2015 -0400 Commit: Greg Blomquist <gblomqui> CommitDate: Thu Oct 1 10:53:07 2015 -0400 Change cloud tenants description to text The 255 character limit on the cloud tenant description field causes inventory collection to irreparably fail with the error: PGError: ERROR: value too long for type character varying(255) Since OpenStack allows a tenant description value larger than 255 characters, openstack inventory collection must support tenant descriptions larger than 255 characters. https://bugzilla.redhat.com/show_bug.cgi?id=1263744 .../20150930201117_change_cloud_tenant_description_to_text.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 db/migrate/20150930201117_change_cloud_tenant_description_to_text.rb
Verified in 5.5.0.9
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/RHSA-2015:2551