Use mysql in Ubuntu 12.04 (precise)
After commit 6d20f090
, devstack does not work on Ubuntu 12.04
because Ubuntu 12.04 does not provide mariadb but devstack expects it.
Change-Id: Iae9a7a1c09f1fc83573c3926b3470955c244c401
This commit is contained in:
parent
9bfdea87a6
commit
8f003ef9bf
@ -142,7 +142,7 @@ EOF
|
||||
fi
|
||||
# Install mysql-server
|
||||
if is_ubuntu || is_fedora; then
|
||||
if [[ $DISTRO =~ (rhel6) ]]; then
|
||||
if [[ $DISTRO =~ (rhel6|precise) ]]; then
|
||||
install_package mysql-server
|
||||
else
|
||||
install_package mariadb-server
|
||||
|
Loading…
Reference in New Issue
Block a user