3e4e9d6795
Adds the BYONF portion of the BYONF functionality. This thin layer simply stores some data in the Neutron DB. A in-tree migration repo has been setup to migrate the neutron DB to add the necessary table. Partially-implements: blueprint astara-sfc Co-authored by: Mark McClain <mark@mcclain.xyz> Change-Id: I6b6f98e8ae89c704f45b05f87f17ebed5a70fc1d
44 lines
992 B
INI
44 lines
992 B
INI
[metadata]
|
|
name = astara-neutron
|
|
summary = Astara API extensions for OpenStack Neutron
|
|
description-file =
|
|
README.md
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://github.com/openstack/akanda-neutron
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
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
|
|
|
|
|
|
[files]
|
|
packages =
|
|
astara_neutron
|
|
|
|
[entry_points]
|
|
neutron.db.alembic_migrations =
|
|
astara-neutron = astara_neutron.db.migration:alembic_migrations
|
|
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[nosetests]
|
|
where = test
|
|
verbosity = 2
|
|
detailed-errors = 1
|
|
cover-package = akanda
|