[release-announce] cloudkitty_tempest_plugin 1.0.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 24 17:48:35 UTC 2018


We are excited to announce the release of:

cloudkitty_tempest_plugin 1.0.0: Tempest plugin for CloudKitty

This is the first release of cloudkitty_tempest_plugin. This release
is part of the rocky release series.

Download the package from:

    https://tarballs.openstack.org/cloudkitty-tempest-plugin/

For more details, please see below.

Changes in cloudkitty_tempest_plugin 568276b9272a4136d2c981b800921e0fd7291c16..1.0.0
------------------------------------------------------------------------------------

e14309c Re-enable tests disabled by #560082
ee29136 Update client and tests for services endpoints
8e49b19 Add a devstack check job
8410927 Ignore "Method not allowed" errors in resource cleanup functions
ce11e09 Correct rating API uri
b58453f Committing initial work




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..72497c1
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,11 @@
+# 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.
+
+keystoneauth1>=2.18.0 # Apache-2.0
+oslo.config>=3.18.0 # Apache-2.0
+oslo.serialization>=2.14.0 # Apache-2.0
+pbr>=2.0 # Apache-2.0
+python-keystoneclient>=3.6.0 # Apache-2.0
+six>=1.9.0 # MIT
+tempest>=15.0.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..3887e0d
--- /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.12.0,<0.13 # Apache-2.0
+
+coverage>=4.0,!=4.4 # Apache-2.0
+python-subunit>=0.0.18 # Apache-2.0/BSD
+sphinx>=1.6.2 # BSD
+oslotest>=1.10.0 # Apache-2.0
+stestr>=1.0.0 # Apache-2.0
+testtools>=1.4.0 # MIT
+openstackdocstheme>=1.11.0  # Apache-2.0
+# releasenotes
+reno>=1.8.0 # Apache-2.0






More information about the Release-announce mailing list