[metadata] name = gluon summary = OpenStack Gluon acts as a port arbiter between Nova and port-provider such as neutron description-file = README.rst author = OpenStack author-email = openstack-discuss@lists.openstack.org home-page = https://www.openstack.org/ classifier = Environment :: OpenStack Intended Audience :: Information Technology Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.5 [files] packages = gluon data_files = models = models/* [build_sphinx] builder = html source-dir = doc/source build-dir = doc/build all_files = 1 warning-is-error = 1 [entry_points] console_scripts = proton-server = gluon.cmd.api:main protonclient = gluon.cmd.cli:main proton-shim-server = gluon.shim.main:main gluon-api-tool = gluon.cmd.api_tool:main gluon.backends = net-l3vpn = gluon.backends.models.net_l3vpn:Provider gluon.managers = net-l3vpn = gluon.managers.models.net_l3vpn:Provider gluon.shim.models = net-l3vpn = gluon.shim.api_models.net_l3vpn:ApiNetL3VPN gluon.shim.backends = net-l3vpn-odl = gluon.shim.backends.opendaylight.odl_net_l3vpn:OdlNetL3VPN net-l3vpn-dummy = gluon.shim.backends.dummy_net_l3vpn:DummyNetL3VPN neutron.core_plugins = gluon = gluon.plugin.core:GluonPlugin oslo.config.opts = gluon.conf = gluon.conf.opts:list_opts [upload_sphinx] upload-dir = doc/build/html [compile_catalog] directory = gluon/locale domain = gluon [update_catalog] domain = gluon output_dir = gluon/locale input_file = gluon/locale/gluon.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg output_file = gluon/locale/gluon.pot [pbr] autodoc_tree_index_modules = True