We are amped to announce the release of: networking-midonet 1.1.0: OpenStack MidoNet Neutron Plugin For more details, please see below. Changes in networking-midonet 1.0.0..1.1.0 ------------------------------------------ 1471d47 tox_install: Add an explicit BRANCH_NAME 67e19d9 Clarify our use of Text(length) and explicitly restrict it to mysql e5a8cdf devstackgaterc: Skip a few known broken test cases ddc70be Add a sanity check for MANIFEST.in bfa4bd1 Update MANIFEST.in b1b85e1 Adds rally support 5c12e78 tox_install: Fix "already installed" test d413760 upgrade.rst: Redo stevedore entry point change correctly daa5d90 devstack plugin: Explicitly requires tox 719d437 Enable subnet_allocation extension 8aac8db plugin_v1: Sort the list of extensions dee1468 add_router_interface: Don't remove the pre-existing port on failure 100e10f Fix argument order for assertEqual to (expected, observed) eb516a4 Introduce stevedore aliases for service plugins 78db294 upgrade.rst: cosmetical updates e5953d0 Use stevedore entry point instead of module path for core plugin 42d4d06 Enable FWaaS on gate for v2 d1f4c96 Enable LBaaS on gate 49b9c0c Remove retry decorators in plugins Diffstat (except docs and test files) ------------------------------------- MANIFEST.in | 14 + README.rst | 8 +- devstack/README.rst | 10 +- devstack/devstackgaterc | 17 ++ devstack/functions | 2 +- devstack/midonet/functions | 1 + devstack/midonet/local.conf.sample | 4 +- devstack/ml2/local.conf.sample | 2 +- devstack/settings | 4 +- .../versions/25aeae45d4ad_add_task.py | 9 +- midonet/neutron/db/task_db.py | 2 +- midonet/neutron/plugin_v1.py | 23 +- midonet/neutron/plugin_v2.py | 9 +- midonet/neutron/services/l3/l3_midonet.py | 4 +- rally-jobs/README.rst | 31 +++ rally-jobs/extra/README.rst | 6 + rally-jobs/networking-midonet.yaml | 296 +++++++++++++++++++++ rally-jobs/plugins/README.rst | 9 + rally-jobs/plugins/__init__.py | 0 setup.cfg | 4 + tools/check_manifest.sh | 34 +++ tools/tox_install.sh | 6 +- tools/tox_install_project.sh | 17 +- tox.ini | 1 + 31 files changed, 573 insertions(+), 95 deletions(-)