From c7b23067d171f113061ca23404581fc76370b4d7 Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Tue, 16 Dec 2014 19:37:00 +0400 Subject: [PATCH] Add infomration about IRC chat It was really hard to find IRC chat of this project So it makes sense to add such kind of info to repo Change-Id: Ib698461d60de3646313441745fc1f6f1dee5391c --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 16848958..b31249f6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ to your deployment of OpenStack. At this stage you will have the Open CAFE Core engine and the CloudCAFE Framework implementation. From this point you are ready to: -1. Write entirely new tests using the CloudCAFE Framework, +1. Write entirely new tests using the CloudCAFE Framework, *or...* @@ -74,21 +74,28 @@ Basic CloudCAFE Package Anatomy ------------------------------- Below is a short description of the top level CloudCAFE Packages. -* **cloudcafe** +* **cloudcafe** This is the root package for all things CloudCAFE. -* **common** +* **common** Contains modules that extend the CAFE Core engine specific to OpenStack. This is the primary namespace for tools, data generators, common reporting classes, etc. -* **identity** +* **identity** OpenStack Identity Service plug-in based on CAFE Core extensions. -* **compute** +* **compute** OpenStack Compute plug-in based on CAFE Core extensions. -* **blockstorage** +* **blockstorage** OpenStack Block Storage plug-in based on CAFE Core extensions. -* **objectstorage** +* **objectstorage** OpenStack Object Storage plug-in based on CAFE Core extensions. + + +Join us +------- + +* IRC: #cafehub on irc.freenode.net +* Mailing list: openstack-dev@lists.openstack.org