]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
heat tools : openstack script install mysql via openstack-db
authorSteven Hardy <shardy@redhat.com>
Thu, 28 Feb 2013 15:13:48 +0000 (15:13 +0000)
committerSteven Hardy <shardy@redhat.com>
Thu, 28 Feb 2013 15:13:48 +0000 (15:13 +0000)
commitd308040850464cca47a9c028532b188c2eb8e8c0
treec22e7d2a06dce75b8ddf85e48ebc85fc366c5ccc
parent1d31ef47b595748c09fc63257bf02bf1e53abc05
heat tools : openstack script install mysql via openstack-db

Don't install mysql-server in tools/openstack, instead allow
openstack-db to non-interactively install it for us, which means
the root password is set as per the -r password option when
installing on a fresh system with no mysql

NOTE : if testing this on a system which has had mysql installed,
do yum remove mysql-server && rm -fr /var/lib/mysql or the
reinstalled mysql will use the old credentials

fixes bug 1133502

Change-Id: Ie3ba56e5f971e032be4f099e81cbb24afe76dfbc
tools/openstack