Update README.rst

This commit is contained in:
tkaneko0204 2014-09-01 11:23:26 +09:00
parent 64fb0ed317
commit 8e78cf38e9
1 changed files with 3 additions and 0 deletions

View File

@ -2,16 +2,19 @@ Client library for RACK API
=====================
## RACK
RACK enables an application to control VMs like a Linux process.
It provides an application with PID, parent-child relationship, “Fork” / “Kill” VMs capabilities, interVM communication and message exchange without VMs Iess.
Ultimately, RACK enables you to implement a large scale distributed system in a variety of programming languages on OpenStack.
## python-rackcilent
This is a client library for RACK API.
It provides a python API and a command-line tool.
## Project Resources
* [Wiki](https://wiki.openstack.org/wiki/RACK)
* [Source Code](https://github.com/stackforge/rack)