From 8e78cf38e9d2bf5d8746835fbacd30c350117b36 Mon Sep 17 00:00:00 2001 From: tkaneko0204 Date: Mon, 1 Sep 2014 11:23:26 +0900 Subject: [PATCH] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 46e84ea..fb45374 100644 --- a/README.rst +++ b/README.rst @@ -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 VM’s 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)