"Fossies" - the Fresh Open Source Software Archive

Member "sahara-15.0.0/setup.cfg" (6 Oct 2021, 2647 Bytes) of package /linux/misc/openstack/sahara-15.0.0.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) INI source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "setup.cfg": 14.0.0_vs_15.0.0.

    1 [metadata]
    2 name = sahara
    3 summary = Sahara project
    4 description-file = README.rst
    5 license = Apache Software License
    6 python-requires = >=3.6
    7 classifiers = 
    8     Programming Language :: Python
    9     Programming Language :: Python :: 3
   10     Programming Language :: Python :: 3.6
   11     Programming Language :: Python :: 3.7
   12     Programming Language :: Python :: 3.8
   13     Environment :: OpenStack
   14     Intended Audience :: Information Technology
   15     Intended Audience :: System Administrators
   16     License :: OSI Approved :: Apache Software License
   17     Operating System :: POSIX :: Linux
   18 author = OpenStack
   19 author-email = openstack-discuss@lists.openstack.org
   20 home-page = https://docs.openstack.org/sahara/latest/
   21 
   22 [files]
   23 packages = 
   24     sahara
   25 data_files = 
   26     etc/sahara =
   27     etc/sahara/api-paste.ini
   28     etc/sahara/rootwrap.conf
   29     etc/sahara/rootwrap.d = etc/sahara/rootwrap.d/*
   30 
   31 [entry_points]
   32 console_scripts = 
   33     sahara-all = sahara.cli.sahara_all:main
   34     sahara-api = sahara.cli.sahara_api:main
   35     sahara-engine = sahara.cli.sahara_engine:main
   36     sahara-db-manage = sahara.db.migration.cli:main
   37     sahara-rootwrap = oslo_rootwrap.cmd:main
   38     _sahara-subprocess = sahara.cli.sahara_subprocess:main
   39     sahara-templates = sahara.db.templates.cli:main
   40     sahara-image-pack = sahara.cli.image_pack.cli:main
   41     sahara-status = sahara.cli.sahara_status:main
   42 wsgi_scripts = 
   43     sahara-wsgi-api = sahara.cli.sahara_api:setup_api
   44 sahara.cluster.plugins = 
   45     fake = sahara.plugins.fake.plugin:FakePluginProvider
   46 sahara.data_source.types = 
   47     hdfs = sahara.service.edp.data_sources.hdfs.implementation:HDFSType
   48     manila = sahara.service.edp.data_sources.manila.implementation:ManilaType
   49     maprfs = sahara.service.edp.data_sources.maprfs.implementation:MapRFSType
   50     swift = sahara.service.edp.data_sources.swift.implementation:SwiftType
   51     s3 = sahara.service.edp.data_sources.s3.implementation:S3Type
   52 sahara.job_binary.types = 
   53     internal-db = sahara.service.edp.job_binaries.internal_db.implementation:InternalDBType
   54     manila = sahara.service.edp.job_binaries.manila.implementation:ManilaType
   55     swift = sahara.service.edp.job_binaries.swift.implementation:SwiftType
   56     s3 = sahara.service.edp.job_binaries.s3.implementation:S3Type
   57 sahara.infrastructure.engine = 
   58     heat = sahara.service.heat.heat_engine:HeatEngine
   59 sahara.remote = 
   60     ssh = sahara.utils.ssh_remote:SshRemoteDriver
   61 sahara.run.mode = 
   62     all-in-one = sahara.service.ops:LocalOps
   63     distributed = sahara.service.ops:RemoteOps
   64 oslo.config.opts = 
   65     sahara.config = sahara.config:list_opts
   66 oslo.config.opts.defaults = 
   67     sahara.config = sahara.common.config:set_config_defaults
   68 oslo.policy.policies = 
   69     sahara = sahara.common.policies:list_rules
   70 
   71 [egg_info]
   72 tag_build = 
   73 tag_date = 0
   74