Update notes for submitted changes

* the tacker service failed to start after tacker.conf was configured. the detail reason is as follows: ERROR configuration: [database] connection = mysql://tacker:<TACKERDB_PASSWORD>@<MYSQL_IP>:3306/tacker?charset=utf8 Correct configuration: [database] connection = mysql+pymysql://tacker:<TACKERDB_PASSWORD>@<MYSQL_IP>:3306/tacker?charset=utf8
This commit is contained in:
Gerrit Code Review 2018-02-05 10:38:28 +00:00
parent cecf79638f
commit b2cf220449

View File

@ -0,0 +1,8 @@
Code-Review+2: gongysh <gong.yongsheng@99cloud.net>
Workflow+1: gongysh <gong.yongsheng@99cloud.net>
Verified+2: Zuul
Submitted-by: Zuul
Submitted-at: Mon, 05 Feb 2018 10:38:28 +0000
Reviewed-on: https://review.openstack.org/540801
Project: openstack/tacker
Branch: refs/heads/master