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
This commit is contained in:
Boris Pavlovic 2014-12-16 19:37:00 +04:00
parent 2c50f33135
commit c7b23067d1
1 changed files with 14 additions and 7 deletions

View File

@ -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 At this stage you will have the Open CAFE Core engine and the CloudCAFE Framework implementation. From this point you
are ready to: are ready to:
1. Write entirely new tests using the CloudCAFE Framework, 1. Write entirely new tests using the CloudCAFE Framework,
*or...* *or...*
@ -74,21 +74,28 @@ Basic CloudCAFE Package Anatomy
------------------------------- -------------------------------
Below is a short description of the top level CloudCAFE Packages. Below is a short description of the top level CloudCAFE Packages.
* **cloudcafe** * **cloudcafe**
This is the root package for all things 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, Contains modules that extend the CAFE Core engine specific to OpenStack. This is the primary namespace for tools,
data generators, common reporting classes, etc. data generators, common reporting classes, etc.
* **identity** * **identity**
OpenStack Identity Service plug-in based on CAFE Core extensions. OpenStack Identity Service plug-in based on CAFE Core extensions.
* **compute** * **compute**
OpenStack Compute plug-in based on CAFE Core extensions. OpenStack Compute plug-in based on CAFE Core extensions.
* **blockstorage** * **blockstorage**
OpenStack Block Storage plug-in based on CAFE Core extensions. OpenStack Block Storage plug-in based on CAFE Core extensions.
* **objectstorage** * **objectstorage**
OpenStack Object Storage plug-in based on CAFE Core extensions. 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