
The optional input attribute 'force' for os-quota-class-sets is no more supported in Mitaka and so NovaManager throws the following exception reported in the log file: ERROR - error on updating the quota info (id=<built-in function id>): {u'badRequest': {u'message': u"Invalid input for field/attribute quota_class_set. Value: {u'cores': 2, u'ram': 1024, u'force': True, u'instances': 10}. Additional properties are not allowed (u'force' was unexpected)", u'code': 400}} - fixed method: NovaManager.updateQuota() - moved some not useful logging info from LOG.info() to LOG.debug() Change-Id: I72a401beee24b24bd2f8fc6dc8a3784813af0864 Sem-Ver: bugfix Closes-bug: #1645397
SYNERGY SCHEDULER MANAGER
The Scheduler Manager
Synergy is as a new extensible general purpose management OpenStack service. Its capabilities are implemented by a collection of managers which are specific and independent pluggable tasks, executed periodically or interactively. The managers can interact with each other in a loosely coupled way. The Scheduler Manager provides advanced scheduling (fairshare) capability for OpenStack. In particular it aims to address the resource utilization issues coming from the static allocation model inherent in the Cloud paradigm, by adopting the dynamic partitioning strategy implemented by the advanced batch schedulers.
- Free software: Apache license
- Documentation: https://indigo-dc.gitbooks.io/synergy/content/
- Source: http://git.openstack.org/cgit/openstack/synergy-scheduler-manager
- Bugs: http://bugs.launchpad.net/synergy-scheduler-manager
Description
Provide advanced scheduling capability for OpenStack using a fairshare algorithm. This is a manager for synergy-service.
Languages
Python
95.4%
RPM Spec
2.1%
Shell
1.7%
Dockerfile
0.4%
Makefile
0.3%