Update README.rst

This commit is contained in:
tkaneko0204 2014-09-01 11:28:22 +09:00
parent 8e78cf38e9
commit ec3e31e8e8
1 changed files with 7 additions and 7 deletions

View File

@ -1,20 +1,20 @@
Client library for RACK API
=====================
## RACK
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.
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
python-rackcilent
-------------------
This is a client library for RACK API.
It provides a python API and a command-line tool.
## Project Resources
Project Resources
-------------------
* [Wiki](https://wiki.openstack.org/wiki/RACK)
* [Source Code](https://github.com/stackforge/rack)