[release-announce] [octavia] octavia 0.9.1 (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 19 12:11:30 UTC 2016


We are jazzed to announce the release of:

octavia 0.9.1: 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.0..0.9.1
-------------------------------

414b4ac Adds distribution ID option to diskimage-create.sh
0d386bb Updates amphora element to use stable/newton agent
327ebd8 Updated from global requirements
37c45e2 Update UPPER_CONSTRAINTS_FILE for stable/newton
ac48219 Update .gitreview for stable/newton


Diffstat (except docs and test files)
-------------------------------------

.gitreview                                             | 1 +
devstack/settings                                      | 2 +-
diskimage-create/diskimage-create.sh                   | 9 ++++++++-
elements/amphora-agent/source-repository-amphora-agent | 2 +-
requirements.txt                                       | 6 +++---
test-requirements.txt                                  | 2 +-
tox.ini                                                | 2 +-
7 files changed, 16 insertions(+), 8 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 0200f89..fcb5dd5 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ keystoneauth1>=2.10.0 # Apache-2.0
-keystonemiddleware!=4.5.0,>=4.2.0 # Apache-2.0
+keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0
@@ -22 +22 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.log>=3.11.0 # Apache-2.0
+oslo.log>=1.14.0 # Apache-2.0
@@ -30 +30 @@ python-barbicanclient>=4.0.0 # Apache-2.0
-python-glanceclient>=2.5.0 # Apache-2.0
+python-glanceclient!=2.4.0,>=2.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 82ea747..472fd16 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@ hacking<0.10,>=0.9.1
-requests-mock>=1.1 # Apache-2.0
+requests-mock>=1.0 # Apache-2.0





More information about the Release-announce mailing list