]> review.fuel-infra Code Review - puppet-modules/puppet-ceilometer.git/commit
Fix mysql connection
authorZhongShengping <chdzsp@163.com>
Mon, 5 Mar 2018 00:51:30 +0000 (08:51 +0800)
committerZhongShengping <chdzsp@163.com>
Mon, 5 Mar 2018 00:57:27 +0000 (08:57 +0800)
commit76bce0ada4dbb0b59f4936ef4f9a6d76f82066f0
tree18433a5356322bb99d6375d66107beacc24d2bc6
parente985087545cf116ea30a8d270e4adb11aa86f994
Fix mysql connection

URL mysql://scott:***@some_host/some_db does not contain a '+drivername'
portion, and will make use of a default driver. A full dbname+drivername://
protocol is recommended. For MySQL, it is strongly recommended that
mysql+pymysql:// be specified for maximum service compatibility.

Change-Id: Ib5cbfcc412c04381f2fce9f319a313eb86ea7fa8
Closes-Bug: #1753342
manifests/db.pp
spec/classes/ceilometer_db_spec.rb