[openstack-announce] [new][freezer] python-freezerclient 1.0.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Mon Aug 22 12:56:58 UTC 2016


We are content to announce the release of:

python-freezerclient 1.0.0: OpenStack Disaster Recovery API Client
Library

This is the first release of python-freezerclient. This release is
part of the newton release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-freezerclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-freezerclient

For more details, please see below.

Changes in python-freezerclient 955e970963b69872fd3ffb8fb60d5b8815186014..1.0.0
-------------------------------------------------------------------------------

05da0f9 Force python-freezerclient to send Accept in headers
63accde Enforce content-type in request headers
bb98711 Fixed client creation when no os_backup_url is given
f933fec .gitreview updated to point new repo
cf86732 Bump version to 2.0.0
fcb358b Small code cleaning
2864edd Python freezer client
d921224 Fix freezer for py3 compatibility
341a67d Fix typo in keystone v3 creation dict
30dc626 Command for changing logging level. And pep8 fixing (suddenly this pull request was rejected by jenkins and pep8. so this commit also contains some small style changes for pep8.)
b3161b0 Add default namespace to apiclient
940f9c9 Switch freezer-scheduler to oslo.config and oslo.log switch freezer-scheduler to use oslo.config and switch from native python logging module to oslo.log This commit includes: - using oslo.config for parsing cli and config files options - using oslo.log instead of native python logging module - this applied only on freezer-scheduler Implements: blueprint using-oslo-libs
d950bab Initialize freezer-scheduler with insecure mode for keystone v3
bd93113 Updated LICENSE file and headers
bfb9ccd Fix error message if no credentials are provided
7d5792c Default namespace for args options
0a1b542 Select endpoint type of freezer api service
8641ac8 job event requests use specific api endpoint
d1af253 Updating HP Copyright label
e04f7cc apiclient support for keystone v2.0 and v3
58988fc freezer scheduler
5d75e3c Add api support for jobs
2f690e1 This version contains the following pages:  - Overview displays charts/reports (Currently only placeholders)  - Configurations allows to define new backup configurations and link them to    instances  - Backups shows a list of all succesful backups and allows to restore them  - Restores shows a history of all restored backups
40430ca Added parameters to the "list-backups" python api
1d08dc7 freezer api support for action
4565feb Add tests for client registration
0fb98ab freezer api support for client registration
1e101dd client retrieval of freezer api endpoint
2d1323f Fixed references to freezerclient which is now apiclient




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

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..085fba7
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,12 @@
+astroid<1.4.0 # breaks pylint 1.4.4
+setuptools>=16.0
+pbr>=1.6
+python-keystoneclient>=1.6.0,!=1.8.0
+
+cliff!=1.16.0,>=1.15.0 # Apache-2.0
+oslo.utils>=3.2.0
+oslo.i18n>=1.5.0 # Apache-2.0
+oslo.log>=1.14.0
+oslo.config>=3.2.0  # Apache-2.0
+
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..b830d53
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,11 @@
+flake8>=2.2.4,<=2.4.1
+hacking>=0.10.2,<0.11
+coverage>=3.6
+discover
+mock>=1.2
+pylint==1.4.5 # GNU GPL v2
+python-subunit>=0.0.18
+sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD
+oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0
+testrepository>=0.0.18
+testtools>=1.4.0





More information about the OpenStack-announce mailing list