Charm Interface - BGP
Go to file
Doug Hellmann ec52a95799 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I1f1a91cd78dadae85246cb10b8f3cea424d67ca3
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-12 12:11:25 +00:00
unit_tests Add support for generating 16-bit ASn 2018-05-21 06:27:23 +02:00
.gitignore Re-add gate jobs, enabling py3 gate 2018-10-12 13:14:45 +02:00
.gitreview add .gitreview file 2018-10-12 12:10:19 +00:00
.stestr.conf Fix generate_asn mask and add unit tests 2018-05-09 12:11:31 +02:00
.zuul.yaml Re-add gate jobs, enabling py3 gate 2018-10-12 13:14:45 +02:00
LICENSE Initial commit 2018-01-31 13:13:12 +01:00
README.md Update link to Quagga Charm 2018-02-08 20:35:34 +01:00
interface.yaml Fix generate_asn mask and add unit tests 2018-05-09 12:11:31 +02:00
provides.py Add support for generating 16-bit ASn 2018-05-21 06:27:23 +02:00
requires.py Initial commit 2018-01-31 13:13:12 +01:00
test-requirements.txt Fix generate_asn mask and add unit tests 2018-05-09 12:11:31 +02:00
tox.ini fix tox python3 overrides 2018-10-12 12:11:25 +00:00

README.md

Overview

This is a interface for use with implementing BGP releations between Juju Charms.

Take a look at the Quagga Charm for example usage.