From f22afd8f0f6cdb9a9f7b9c8f924f2e8adbdd5cd9 Mon Sep 17 00:00:00 2001 From: Vincent Llorens Date: Mon, 12 Dec 2016 13:39:48 +0100 Subject: [PATCH] Release v2.2.0 Change-Id: Ifcbc9fb361f8d43022355313b043475e8290583e --- ChangeLog | 13 +++++++++++++ packaging/debian/changelog | 16 ++++++++++++++++ .../rpm/python-synergy-scheduler-manager.spec | 15 ++++++++++++++- 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4604aa9..9d5758a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,19 @@ CHANGES ======= +* Release v2.1.0 +* [packaging] make docker aware of PKG_VERSION +* Synergy releases in advance the VMs that are going to be destroyed +* Queue.updatePriority() takes much time if the queue is large +* Add the new clock_skew parameter for KeystoneManager +* Invalid input for field/attribute quota_class_set +* KeystoneManager.authenticate() uses a wrong domain attribute +* Add a backfill_depth parameter +* Item readjustment fixed in PriorityQueue +* The FairshareManager should not use the Manager.condition var +* Fix scheduling when shared quota is disabled +* Update changelogs and system package versions + 2.1.0 ----- diff --git a/packaging/debian/changelog b/packaging/debian/changelog index e1a82f6..dcb512d 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,19 @@ +python-synergy-scheduler-manager (2.2.0) unstable; urgency=low + + * [packaging] make docker aware of PKG_VERSION + * Synergy releases in advance the VMs that are going to be destroyed + * Queue.updatePriority() takes much time if the queue is large + * Add the new clock_skew parameter for KeystoneManager + * Invalid input for field/attribute quota_class_set + * KeystoneManager.authenticate() uses a wrong domain attribute + * Add a backfill_depth parameter + * Item readjustment fixed in PriorityQueue + * The FairshareManager should not use the Manager.condition var + * Fix scheduling when shared quota is disabled + * Update changelogs and system package versions + + -- Vincent Llorens Mon, 12 Dec 2016 13:31:29 +0100 + python-synergy-scheduler-manager (2.1.0) unstable; urgency=low * CLI command "synergy usage show" enhanced diff --git a/packaging/rpm/python-synergy-scheduler-manager.spec b/packaging/rpm/python-synergy-scheduler-manager.spec index 3e194f7..2bdedf1 100644 --- a/packaging/rpm/python-synergy-scheduler-manager.spec +++ b/packaging/rpm/python-synergy-scheduler-manager.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: python-synergy-scheduler-manager -Version: 2.1.0 +Version: 2.2.0 Release: 1%{?dist} Summary: Advanced scheduling capability for OpenStack. Source: %name-%version.tar.bz2 @@ -49,6 +49,19 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Dec 12 2016 Vincent Llorens - 2.2.0-1 +- [packaging] make docker aware of PKG_VERSION +- Synergy releases in advance the VMs that are going to be destroyed +- Queue.updatePriority() takes much time if the queue is large +- Add the new clock_skew parameter for KeystoneManager +- Invalid input for field/attribute quota_class_set +- KeystoneManager.authenticate() uses a wrong domain attribute +- Add a backfill_depth parameter +- Item readjustment fixed in PriorityQueue +- The FairshareManager should not use the Manager.condition var +- Fix scheduling when shared quota is disabled +- Update changelogs and system package versions + * Fri Dec 09 2016 Vincent Llorens - 2.1.0-1 - CLI command "synergy usage show" enhanced - Clean up oslo imports