Description of problem: connection = mysql+pymysql://octavia:QcprhhUmDRcuYfKNh89wUuUFD.1.17/octavia?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo It looks like there is a mix of several lines in one : connection = 1. mysql+pymysql://octavia:QcprhhUmDRcuYfKNh89wUuUFD.1.17/octavia?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo 2. ?read_default_file=/etc/my.cnf.d/tripleo.cnf&read_default_group=tripleo Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-6.0.0-0.20170307170102.3134785.0rc2.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1.deploy setup ( 1 controller 2 compute) with octavia yaml files (-e /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml) 2. see octavia.conf on controller /etc/octavia/octavia.conf Actual results: Expected results: Correct configuration lineup. Additional info:
This is not a bug. The connection string is as intended. See https://review.openstack.org/#/c/436192/