keystone/tools
Vishakha Agarwal b54839f382 Fix user creation with GRANT in MySQL 8.0(Ubuntu Focal)
In Ubuntu Bionic (18.04) mysql 5.7 version used to create
the user implicitly when using using the GRANT.

Ubuntu Focal (20.04) has mysql 8.0 and with mysql 8.0 there
is no implicit user creation with GRANT. We need to
create the user first before using GRANT command.

This patch updates tools/test-setup.sh so that keystone supports
ubuntu focal.

Story: #2007865
Task: #40190

Change-Id: I86d10729cfc7c02f12df611b56f6e263969dfe4b
Closes-Bug: #1885825
2020-08-17 13:37:48 +05:30
..
cover.sh Add `patch_cover` to keystone 2016-03-28 21:26:01 +00:00
fast8.sh Re-enable line-length linter 2019-10-21 08:48:47 -07:00
sample_data.sh changed port in tools/sample_data.sh 2018-11-15 20:45:59 +05:30
test-setup.sh Fix user creation with GRANT in MySQL 8.0(Ubuntu Focal) 2020-08-17 13:37:48 +05:30