Updating Dbaas initializer default arguments.

Specifically, the service name and type values are changed to reflect
their new values in the CLI tool.

Fixed bug #1131058

Change-Id: I86530e655f0bfed09956654324f29587a7df8f2c
This commit is contained in:
Tim Simpson 2013-02-21 00:45:17 -06:00
parent 8260d31799
commit 16f3d12cbb
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ class Dbaas(object):
"""
def __init__(self, username, api_key, tenant=None, auth_url=None,
service_type='reddwarf', service_name='Reddwarf',
service_type='database', service_name='reddwarf',
service_url=None, insecure=False, auth_strategy='keystone',
region_name=None, client_cls=ReddwarfHTTPClient):
from reddwarfclient.versions import Versions