Merge branch 'master' of github.com:tengqm/senlin
Conflicts: .gitignore LICENSE
This commit is contained in:
commit
88e19aa738
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,9 +6,12 @@ dist
|
||||
*.egg-info
|
||||
tags
|
||||
*.log
|
||||
heat-test.db
|
||||
heat.sqlite
|
||||
.venv
|
||||
AUTHORS
|
||||
ChangeLog
|
||||
templates/cloudformation-examples
|
||||
.tox
|
||||
.coverage
|
||||
.coverage.*
|
||||
|
12
README.md
Normal file
12
README.md
Normal file
@ -0,0 +1,12 @@
|
||||
senlin
|
||||
======
|
||||
|
||||
Senlin is a clustering service for OpenStack cloud. It creates and operates
|
||||
clusters of heterogenous 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.
|
Loading…
Reference in New Issue
Block a user