Recently added governance badges made "tox -e docs" target fail.
Fix it by stopping including the top-level README.rst from docs.
Instead, move the most of README.rst contents under the docs
directory, which is more appropriate place for them.
Closes-Bug: #1647555
Change-Id: I9d08a1f405d4ff377c2fc3f1c288ae9a7d982629
Remove v1 plugin which is for MidoNet v2015.06.
Also, recommend ML2 plugin rather than v2 plugin.
Closes-Bug: #1643437
Change-Id: Iaa0924ef3e7bea6c39a2f64c66353b79ee959475
By having a copy of ML2 extensions manager with QoS extension
driver hardcoded.
Closes-Bug: #1635511
Change-Id: Ie675678f7f15c9eb3de7cde9bb7063107dd94c87
It has been removed from neutron-lbaas and thus no longer useful here.
Closes-Bug: #1635545
Related-Bug: #1616688
Change-Id: I97233517b7e5c93c8527cedf6a2aefeb975a175f
Note: at this point we advertize only bw-limit because it's
what we plan to implement the backend support first.
Midokura internal Ref: MI-1362
Change-Id: I70c7c1d255492a2739b5081ea78bf03715a9e0c7
This patch provides MidonetTaasDriver based on
the service_driver of Tap-as-a-Service.
MidonetTaasDriver enables users to use TaaS with MidoNet.
Change-Id: I4112915bdd0afa8a234202ca2a13532bd60f220c
Implements: blueprint midonet-tap-as-a-service
Closes-Bug: #1554961
This patch includes following modifications.
* support creation of bgp speaker without specifying router.
* support gateway network operation for bgp speaker.
Change-Id: Ifdce2cdc4df524ec23e885e4a10e70e4209049cb
Closes-Bug: #1584645
This patch includes following modifications.
* support bgp-speaker, bgp-peer and binding speaker and peer.
* add router_id parameter to bgp-speaker.
(this parameter must be specified in 1st stage.)
* attached network and destination network in extra routes are
showed as advertised routes.
* unit tests for bgp extension.
* create bgp-speaker without router is not implemented.
(this limit will be lifted in 2nd patch.)
MidoNet plugin is different from upstream as follows.
* binding bgp-speaker to network is not supported in MidoNet.
* bgp-peer can relate to only one bgp-speaker in MidoNet.
* these parameters are ignored in MidoNet.
- advertise_floating_ip_host_routes
- advertise_tenant_networks
Change-Id: I8fb421459876346e3630c0f6661795e6517c7ce0
Closes-Bug: #1554962
There are several mentions to change configuration parameter in
neutron.conf, this patch makes them consistently allover the
document.
Change-Id: I2141fcb3f4552eba05adf258f72a224a9fa69bb9
Signed-off-by: Antonio Ojea <aojea@midokura.com>
Midonet support for VPNaaS. This patch includes the following:
* Midonet VPNaaS driver
* Unit test for Midonet VPNaaS driver
VPNaaS is implemented as a Service Driver. This driver calls Midonet directly and
VPN Agent is not used.
Change-Id: Ie5bd7777868ecba5f9f75c51595a3376b258207b
Implements: blueprint https://blueprints.launchpad.net/networking-midonet/+spec/midonet-vpnaas-plugin
Kilo plugin is compatible with both the legacy ZK-based MidoNet and the
new ZOOM-based MidoNet. Since they differ in the list of features,
split them into two plugins, v1 (legacy) and v2 (ZOOM).
The v1 and v2 plugins are completely separated and only share the
initialization code since v1 is considered to be feature frozen, and
they should evolve independently.
Even though v1 does not really need the pluggable client model, it is
kept this way so that it is easier to integrate with LBaaS service
which uses the same pluggable client model.
Change-Id: I5fda4cb5af2a1097efb3362b2920a64a538e7623
Implementes: MNP-143