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:
@@ -294,7 +294,7 @@ class Dbaas(object):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, username, api_key, tenant=None, auth_url=None,
|
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',
|
service_url=None, insecure=False, auth_strategy='keystone',
|
||||||
region_name=None, client_cls=ReddwarfHTTPClient):
|
region_name=None, client_cls=ReddwarfHTTPClient):
|
||||||
from reddwarfclient.versions import Versions
|
from reddwarfclient.versions import Versions
|
||||||
|
|||||||
Reference in New Issue
Block a user