Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          4.1.142  ▾
        
         | 
# Copyright 2018 TrilioData Inc.
# All Rights Reserved.
import dmapi.storage
def list_opts():
    return [
        ('database', dmapi.storage.OPTS),
    ]
# def list_keystoneauth_opts():
#     # NOTE(sileht): the configuration file contains only the options
#     # for the password plugin that handles keystone v2 and v3 API
#     # with discovery. But other options are possible.
#     return [('service_credentials', (
#             loading.get_auth_common_conf_options() +
#             loading.get_auth_plugin_conf_options('password')))]