From ec3e31e8e84d97bd5ca9b73d6022c65dfe3a39e2 Mon Sep 17 00:00:00 2001 From: tkaneko0204 Date: Mon, 1 Sep 2014 11:28:22 +0900 Subject: [PATCH] Update README.rst --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index fb45374..50b3a87 100644 --- a/README.rst +++ b/README.rst @@ -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 VM’s Iess. +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 - +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)