Bug #74296 Have one single section in the configuration file for managed server information
Submitted: 9 Oct 2014 12:14 Modified: 24 Mar 2015 5:10
Reporter: Mats Kindahl Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Fabric: Installation and Configuration Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[9 Oct 2014 12:14] Mats Kindahl
Description:
Currently, there are two sections in the configuration file that contain information for use with the managed servers: "client" and "servers". This has been a source of confusion and caused a few bugs and comments, so we should update the code to use a single section for information regarding the managed servers.

How to repeat:
Look at the code and the configuration file.

Suggested fix:
Always use the information in the "servers" section when working with managed servers.
[24 Mar 2015 5:10] Philip Olson
Posted by developer:
 
Fixed as of the upcoming MySQL Utilities and Fabric 1.5.4 / 1.6.1 release, and here's the changelog entry:

The "[client]" section of the Fabric configuration file was removed, to
avoid confusion with the related "[server]" section.

Thank you for the bug report.