Change default service_type in tests to 'database'

fixes bug 1131037

Change-Id: I6dd8125d7435a46299f038796ea040eae98bbd57
This commit is contained in:
Vipul Sabhaya 2013-02-20 21:07:30 -08:00
parent 076f722762
commit 7f59a904d2

View File

@ -100,7 +100,7 @@ def create_dbaas_client(user):
auth_strategy = None
kwargs = {
'service_type': 'reddwarf',
'service_type': 'database',
'insecure': test_config.values['reddwarf_client_insecure'],
}