Realease v2.6.0
Synergy scheduler manager updates Change-Id: Ib0180e7e0d776f4875e21b673bd25727a8dd2af5
This commit is contained in:
parent
7a9395ce23
commit
ba2c862c17
11
ChangeLog
11
ChangeLog
@ -1,6 +1,17 @@
|
|||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
* Restored setQuotaTypeServer()
|
||||||
|
* Restore() incorrectly increases the queue size
|
||||||
|
* Synergy should scale up the oldest user requests from the queue
|
||||||
|
* Mechanism that performs user actions before Synergy deletes the VMs
|
||||||
|
* Configuration parameters updated
|
||||||
|
* Termination of expired servers
|
||||||
|
|
||||||
|
2.5.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* Release 2.5.1
|
||||||
* fix small typo preventing scheduler initialization
|
* fix small typo preventing scheduler initialization
|
||||||
|
|
||||||
2.5.0
|
2.5.0
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
python-synergy-scheduler-manager (2.6.0) unstable; urgency=low
|
||||||
|
|
||||||
|
* Restored setQuotaTypeServer()
|
||||||
|
* Restore() incorrectly increases the queue size
|
||||||
|
* Synergy should scale up the oldest user requests from the queue
|
||||||
|
* Mechanism that performs user actions before Synergy deletes the VMs
|
||||||
|
* Configuration parameters updated
|
||||||
|
* Termination of expired servers
|
||||||
|
|
||||||
|
-- Ervin Konomi <ervin.konomi@pd.infn.it> Wed, 20 Sep 2017 12:23:33 +0200
|
||||||
|
|
||||||
python-synergy-scheduler-manager (2.5.1) unstable; urgency=low
|
python-synergy-scheduler-manager (2.5.1) unstable; urgency=low
|
||||||
|
|
||||||
* Update some python requirements to python2-* names
|
* Update some python requirements to python2-* names
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
|
||||||
|
|
||||||
Name: python-synergy-scheduler-manager
|
Name: python-synergy-scheduler-manager
|
||||||
Version: 2.5.1
|
Version: 2.6.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Advanced scheduling capability for OpenStack.
|
Summary: Advanced scheduling capability for OpenStack.
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
@ -56,6 +56,14 @@ install -D -m0644 config/policy.json %{buildroot}%{_sysconfdir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 20 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 2.6.0-1
|
||||||
|
- Restored setQuotaTypeServer()
|
||||||
|
- Restore() incorrectly increases the queue size
|
||||||
|
- Synergy should scale up the oldest user requests from the queue
|
||||||
|
- Mechanism that performs user actions before Synergy deletes the VMs
|
||||||
|
- Configuration parameters updated
|
||||||
|
- Termination of expired servers
|
||||||
|
|
||||||
* Mon Aug 21 2017 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 2.5.1-1
|
* Mon Aug 21 2017 Vincent Llorens <vincent.llorens@cc.in2p3.fr> - 2.5.1-1
|
||||||
- Update some python requirements to python2-* names
|
- Update some python requirements to python2-* names
|
||||||
- fix small typo preventing scheduler initialization
|
- fix small typo preventing scheduler initialization
|
||||||
|
Loading…
Reference in New Issue
Block a user