Lisa Zangrando a8c06a001c Synergy should never raise Exception directly
The basic Exception can be used anywhere in the code but however, no
program nor library should ever raise Exception directly: it's not
specific enough to be helpful. This fix better handles the exceptions by
removing the Exception occurencies and adding a new SynergyError type.

Bug: #1690795
Change-Id: I202e063198ee9aef7397bad9b8398c24d52b5fe1
Sem-Ver: bugfix
2017-05-17 06:21:33 +00:00
2016-06-07 12:08:04 +02:00
2017-03-21 12:24:48 +01:00
2016-03-23 08:37:16 +00:00
2016-12-07 13:14:25 +01:00
2017-03-21 12:24:48 +01:00
2016-04-27 16:29:13 +02:00
2016-10-27 11:20:04 +02:00
2016-10-27 12:17:46 +02:00

SYNERGY SERVICE

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.

Description
Synergy is an extensible general purpose management service for OpenStack. Its capabilities are implemented by a collection of managers. It can be used to implement advanced scheduling mechanisms to maximize the overall resource usage.
Readme 926 KiB
Languages
Python 91.7%
RPM Spec 3.7%
Shell 3.1%
Dockerfile 0.7%
Makefile 0.7%