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.
7fc4a13865
As per RPM documentation, it is advised to not clutter the output when removing packages. This commit fixes this by redirecting the errors to /dev/null, effectively getting rid of errors like: ``` userdel: synergy mail spool (/var/spool/mail/synergy) not found userdel: synergy home directory (/home/synergy) not found groupdel: group 'synergy' does not exist ``` Change-Id: I41508c13e971b3740d3e37448b62d5a9b841db37 |
||
---|---|---|
bin | ||
config | ||
doc/source | ||
packaging | ||
scripts | ||
synergy | ||
.coveragerc | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.
- Free software: Apache license
- Documentation: https://indigo-dc.gitbooks.io/synergy/content/
- Source: http://git.openstack.org/cgit/openstack/synergy-service
- Bugs: http://bugs.launchpad.net/synergy-service