Fix missing use of test config datastore version in tests

Change-Id: I7ae9037fbe1fb1ac634afc51a7bd8e9a6bf65797
Closes-Bug: 1316321
This commit is contained in:
Kevin Conway 2014-05-05 16:11:05 -05:00
parent 33bfce2280
commit 923f720d74
2 changed files with 2 additions and 1 deletions

View File

@ -620,6 +620,7 @@ class CreateInstance(object):
"databases": [{"name": "firstdb"}]})
instance_info.users = users
instance_info.dbaas_datastore = CONFIG.dbaas_datastore
instance_info.dbaas_datastore_version = CONFIG.dbaas_datastore_version
if VOLUME_SUPPORT:
instance_info.volume = {'size': 1}
else:

View File

@ -74,7 +74,7 @@ class TestConfig(object):
'dbaas_datastore_id': "a00000a0-00a0-0a00-00a0-000a000000aa",
'dbaas_datastore_id_no_versions': "e00000e0-00e0-0e00-00e0-"
"000e000000ee",
'dbaas_datastore_version': "mysql-5.5",
'dbaas_datastore_version': "5.5",
'dbaas_datastore_version_id': "b00000b0-00b0-0b00-00b0-"
"000b000000bb",
'dbaas_inactive_datastore_version': "mysql_inactive_version",