Description of problem: When you start appliance_console and use it to configure database, a deprecation warning pops up during the process: Initialize postgresql complete DEPRECATION WARNING: In the next release, this will return the same as `#connection_pool_list`. (An array of pools, rather than a hash mapping specs to pools.). (called from validate! at /var/www/miq/lib/appliance_console/database_configuration.rb:214) Create region starting Version-Release number of selected component (if applicable): 5.5.0.1-alpha1
*** Bug 1270595 has been marked as a duplicate of this bug. ***
https://github.com/ManageIQ/manageiq/pull/4991
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/0ebf39247ff556c726f7683539f16b24a968422f commit 0ebf39247ff556c726f7683539f16b24a968422f Author: Nick Carboni <ncarboni> AuthorDate: Tue Oct 20 09:47:38 2015 -0400 Commit: Nick Carboni <ncarboni> CommitDate: Tue Oct 20 09:47:38 2015 -0400 Using .remove_connection to remove test connection from the pool This removes a deprecation warning and also corrects the behavior as the hash returned from .connection_pools has a connection spec as the key rather than the owner class name, so the previous implementation was never deleting the connection anyway. https://bugzilla.redhat.com/show_bug.cgi?id=1264312 gems/pending/appliance_console/database_configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/ManageIQ/manageiq-appliance-build/pull/67
https://github.com/ManageIQ/manageiq/pull/4936
The warning no longer show up 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