senlin/README.md
tengqm b9974cf899 Fixed a typo
OMG, did I say heterogeneous before?  Sorry!!!
2014-12-26 10:16:09 +08:00

13 lines
517 B
Markdown

senlin
======
Senlin is a clustering service for OpenStack cloud. It creates and operates
clusters of homogenous objects exposed by other OpenStack services. The
goal is to make orchestration of collections of similar objects easier.
Senlin provides ReSTful APIs to users so that they can associate various
policies to a cluster. Sample policies include placement policy, load
balancing policy, failover policy, scaling policy, ... and so on.
Developers will decide when to contribute it to OpenStack community.