a75385f2c5
This patch includes a fix for "configure_for_func_testing.sh" script. When the guidelines are followed from the following link: https://docs.openstack.org/neutron/latest/contributor/testing/testing. html the test script displays the following error: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES). The fix for this is to include the saved password in order to access the MySQL database. Change-Id: I6ab5cb3ef1583258cebec9f8f5966eda250a6367 Bug-Link: https://bugs.launchpad.net/neutron/+bug/1836028