[release-announce] octavia-lib 1.0.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Wed Dec 12 22:22:05 UTC 2018


We are pleased to announce the release of:

octavia-lib 1.0.0: A library to support Octavia provider drivers.

This is the first release of octavia-lib. This release is part of the
stein release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/octavia-lib

Download the package from:

    https://pypi.org/project/octavia-lib

Please report issues through launchpad:

    https://storyboard.openstack.org/#!/project/openstack/octavia-lib

For more details, please see below.

1.0.0
^^^^^

Other Notes

* This is the initial cookiecutter commit for this new library.

Changes in octavia-lib dbdf1c58e4f34ed7918458325040cf5b85221fb7..1.0.0
----------------------------------------------------------------------

96df205 Change openstack-dev to openstack-discuss
e55c7ec Initial provider driver library checkin
5f833c7 Initial cookie-cutter commit for octavia-lib




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..932c39e
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,8 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.log>=3.36.0 # Apache-2.0
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..ea27439
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,15 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+
+bandit>=1.1.0 # Apache-2.0
+coverage>=4.0,!=4.4 # Apache-2.0
+doc8>=0.6.0 # Apache-2.0
+pylint==1.9.2 # GPLv2
+python-subunit>=1.0.0 # Apache-2.0/BSD
+oslo.utils>=3.33.0 # Apache-2.0
+oslotest>=3.2.0 # Apache-2.0
+stestr>=2.0.0 # Apache-2.0
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list