[release-announce] trove_tempest_plugin 0.1.0 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Mon Aug 27 19:48:42 UTC 2018
We are pumped to announce the release of:
trove_tempest_plugin 0.1.0: Tempest plugin for Trove project
This is the first release of trove_tempest_plugin. This release is
part of the rocky release series.
The source is available from:
https://git.openstack.org/cgit/openstack/trove-tempest-plugin
Download the package from:
https://tarballs.openstack.org/trove-tempest-plugin/
Please report issues through launchpad:
https://bugs.launchpad.net/trove
For more details, please see below.
Changes in trove_tempest_plugin c5c8acf0adc5644466ff0392b4035f5a923c4e7c..0.1.0
-------------------------------------------------------------------------------
edc8515 Add common base class for test cases
36ee568 Make use of service clients interface
ea41b2f Flatten service clients and tests directories
0dea14d Create base class for client to avoid code duplication
7a46a3d A new Zuul job for trove-tempest-plugin itself
58fe807 Fix deprecation warning in test_flavors.py
b8ad443 doc: Fix copy-paste errors in install guide
afc68df Updated from global requirements
64aaa4b Updated from global requirements
b957f17 Fix documentation build
f211eaa Updated from global requirements
ac887d2 Follow troveclient zuul job rename
cd44825 use tempest-neutron-src-python-troveclient job in trove-tempest-plugin
3a90c79 Apply cookiecutter to newly split project trove-tempest-plugin
92b9ab3 Replace deprecated alias 'os' with 'os_primary'
0888174 Revert "Remove the tempest plugin"
70c8717 Remove the tempest plugin
dd24255 Fix Trove tempest plugin
dd4e3c4 Stop adding ServiceAvailable group option
35a97bd Display more flavor information in trove flavor-list command
1e7105b tempest/test_flavors: vcpus is in db
4967998 Fix config registration for Trove tempest plugin
f1bc6e7 Fix tempest base: add missing imports
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..5346b78
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,10 @@
+# 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.
+
+pbr!=2.1.0,>=2.0.0 # Apache-2.0
+six>=1.10.0 # MIT
+oslo.config>=5.2.0 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+testtools>=2.2.0 # MIT
+tempest>=17.1.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..0a805cb
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,10 @@
+# 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.12.0 # Apache-2.0
+
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+# releasenotes
+reno>=2.5.0 # Apache-2.0
More information about the Release-announce
mailing list