Release v2.4.0
Update the required version of synergy-scheduler-manager Change-Id: I7eb35a6acd96ce29d748a0b68a82dd42717cd80f Depends-On: I03bbb3d795a8e771ee5a35a085078cc8301f8208
This commit is contained in:
parent
e535f98b9f
commit
493cba210b
14
ChangeLog
14
ChangeLog
@ -1,6 +1,20 @@
|
||||
CHANGES
|
||||
=======
|
||||
|
||||
* Add new "synergy_topic" parameter
|
||||
* Fix a possible shared quota consistency issue
|
||||
* Fix the bug concerning the user which is still showed after deletion
|
||||
* simplify packaging with docker
|
||||
* Fix the share percentage
|
||||
* Remove unused logging import
|
||||
* Fix the error: Arguments already parsed
|
||||
* Fix the TypeError: not all arguments converted during string formatting
|
||||
* Added configuration file
|
||||
|
||||
2.3.0
|
||||
-----
|
||||
|
||||
* Release v2.3.0
|
||||
* Update of the link to the Synergy documentation
|
||||
* Fix a bug related to NUMA topology
|
||||
* Removed logging message
|
||||
|
@ -1,3 +1,17 @@
|
||||
python-synergy-scheduler-manager (2.4.0) unstable; urgency=low
|
||||
|
||||
* Add new "synergy_topic" parameter
|
||||
* Fix a possible shared quota consistency issue
|
||||
* Fix the bug concerning the user which is still showed after deletion
|
||||
* simplify packaging with docker
|
||||
* Fix the share percentage
|
||||
* Remove unused logging import
|
||||
* Fix the error: Arguments already parsed
|
||||
* Fix the TypeError: not all arguments converted during string formatting
|
||||
* Added configuration file
|
||||
|
||||
-- Ervin Konomi <ervin.konomi@pd.infn.it> Mon, 20 Mar 2017 12:17:40 +0100
|
||||
|
||||
python-synergy-scheduler-manager (2.3.0) unstable; urgency=low
|
||||
|
||||
* Update of the link to the Synergy documentation
|
||||
|
@ -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.3.0
|
||||
Version: 2.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Advanced scheduling capability for OpenStack.
|
||||
Source: %name-%version.tar.bz2
|
||||
@ -51,6 +51,17 @@ install -D -m0644 config/synergy_scheduler.conf %{buildroot}%{_sysconfdir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 20 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 2.4.0-1
|
||||
- Add new "synergy_topic" parameter
|
||||
- Fix a possible shared quota consistency issue
|
||||
- Fix the bug concerning the user which is still showed after deletion
|
||||
- simplify packaging with docker
|
||||
- Fix the share percentage
|
||||
- Remove unused logging import
|
||||
- Fix the error: Arguments already parsed
|
||||
- Fix the TypeError: not all arguments converted during string formatting
|
||||
- Added configuration file
|
||||
|
||||
* Mon Jan 30 2017 Ervin Konomi <ervin.konomi@pd.infn.it> - 2.3.0-1
|
||||
- Update of the link to the Synergy documentation
|
||||
- Fix a bug related to NUMA topology
|
||||
|
@ -10,4 +10,4 @@ oslo.serialization
|
||||
oslo.versionedobjects
|
||||
requests
|
||||
sqlalchemy
|
||||
synergy-service>=1.4,<1.5
|
||||
synergy-service>=1.5,<1.6
|
||||
|
Loading…
x
Reference in New Issue
Block a user