Fixing the constant for mysql server validation in apt.

Fixes bug 1085076

Change-Id: I13fa6cd2f2189a235959da61299d181d9882f5ed
This commit is contained in:
Michael Basnight 2012-11-30 09:21:09 -06:00
parent 8ff96834cd
commit 46de3f0ad1

View File

@ -606,7 +606,7 @@ class MySqlApp(object):
"""Prepares DBaaS on a Guest container."""
TIME_OUT = 1000
MYSQL_PACKAGE_VERSION = "mysql-server-5.1"
MYSQL_PACKAGE_VERSION = "mysql-server-5.5"
def __init__(self, status):
""" By default login with root no password for initial setup. """