Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
# 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')))]