[neutron] networking-midonet 4.1.0
We are amped to announce the release of: networking-midonet 4.1.0: OpenStack MidoNet Neutron Plugin Download the package from: https://tarballs.openstack.org/networking-midonet/ For more details, please see below. Changes in networking-midonet 4.0.0..4.1.0 ------------------------------------------ 2a4f619 v2 plugin: Relax the validation for binding:profile c4b3286 gate_hook: Add "grenade-ml2" alias for grenade job 87fb09f devstack: Support CentOS 59c9e67 tempest: Update after recent removal of cred manager aliases b6200bd Revert "Revert "devstack: Switch to MidoNet 5.4"" 02eae74 devstack: Fix typos in variable names 0ea497c devstack: Propagate MIDONET_USE_CASSANDRA a7203bc devstack: Stop using devmido a497bf6 v2: Refresh network relationship a7f8f2c v2 plugin: Return {} when no port binding efedc9e v2: Replace security group implementation with ML2 version 76e932c Disable custom plugin scenarios in rally 859578d Remove duplicate in rally task definition 616b1ab devstack: Use devstack-tools 9799521 DB migration milestone for ocata 71e8cc5 test_midonet_plugin_v2: Skip a few tests 9bfd907 fwaas: Add "host" argument for agent_rpc methods 90b5bbe gate_hook: Stop writing local.conf directly 3818c77 Updated from global requirements 5b9b5d0 Update tox_install for stable/ocata 4617658 Update UPPER_CONSTRAINTS_FILE for stable/ocata 82049df Update .gitreview for stable/ocata Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + devstack/ci/gate_hook.sh | 21 ++- .../midonet-pkg/configure_and_start_midonet.sh | 12 +- devstack/midonet-pkg/configure_repo.sh | 1 + devstack/midonet-pkg/configure_repo_centos.sh | 53 ++++++ devstack/midonet-pkg/install_pkgs.sh | 2 + devstack/midonet-pkg/install_pkgs_centos.sh | 44 +++++ devstack/plugin.sh | 120 ++++++------- devstack/settings | 16 +- .../expand/9f3992811410_add_logging_resource.py | 2 +- .../1612b5389e6e_remove_agent_membership.py | 8 +- midonet/neutron/db/port_binding_db.py | 6 +- midonet/neutron/plugin_v2.py | 136 ++------------- midonet/neutron/services/firewall/plugin.py | 6 +- rally-jobs/networking-midonet.yaml | 189 --------------------- test-requirements.txt | 2 +- tools/tox_install_project.sh | 2 +- tox.ini | 2 +- 20 files changed, 245 insertions(+), 413 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index db93c5f..37c1dbc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -11 +11 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.5.1 # BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
participants (1)
-
no-reply@openstack.org