Bug 1433727 - in octavia.conf - the connection line seems to be wrong
Summary: in octavia.conf - the connection line seems to be wrong
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 11.0 (Ocata)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: beta
: 11.0 (Ocata)
Assignee: Brent Eagles
QA Contact: Alexander Stafeyev
URL:
Whiteboard:
Depends On:
Blocks: 1378993
TreeView+ depends on / blocked
 
Reported: 2017-03-19 14:45 UTC by Alexander Stafeyev
Modified: 2017-03-29 05:41 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-28 17:44:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Alexander Stafeyev 2017-03-19 14:45:58 UTC
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:

Comment 2 Brent Eagles 2017-03-28 17:44:32 UTC
This is not a bug. The connection string is as intended. See https://review.openstack.org/#/c/436192/


Note You need to log in before you can comment on or make changes to this bug.