[octavia] octavia 0.9.2 (newton)
We are glad to announce the release of: octavia 0.9.2: OpenStack Octavia Scalable Load Balancer as a Service This release is part of the newton stable release series. Download the package from: https://pypi.python.org/pypi/octavia For more details, please see below. Changes in octavia 0.9.1..0.9.2 ------------------------------- a74008c Switch to use stable data_utils 1e0bd24 tempest: Switch to local copy of tempset/scenario/manager.py 58836c2 Don't use Tempest internal methods d4c3607 Change bind_host IP address c912815 Explicitly list neutron api extensions for tests e9cd757 Updated from global requirements 072b373 Look for diskimage-builder not dib-utils when building amps bb79b3d Switch HAProxy health check timeout to seconds a73ba7a Look for all qemu-img/kvm package names in rhel-based distros db6c906 gate_hook: Stop writing local.conf directly c4f0002 Remove outdated kernel tuning for haproxy Diffstat (except docs and test files) ------------------------------------- devstack/plugin.sh | 6 +- diskimage-create/README.rst | 16 +- diskimage-create/diskimage-create.sh | 36 +- diskimage-create/requirements.txt | 2 +- .../post-install.d/20-haproxy-tune-kernel | 4 - .../post-install.d/20-haproxy-tune-kernel | 4 - octavia/common/jinja/haproxy/templates/macros.j2 | 2 +- .../unit/common/jinja/haproxy/test_jinja_cfg.py | 20 +- requirements.txt | 1 + tox.ini | 2 +- 17 files changed, 1423 insertions(+), 85 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index fcb5dd5..d457d0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,0 +36 @@ taskflow>=1.26.0 # Apache-2.0 +diskimage-builder!=1.6.0,!=1.7.0,!=1.7.1,>=1.1.2 # Apache-2.0
participants (1)
-
no-reply@openstack.org