No license found for README.md
authorhuabing <zhao.huabing@zte.com.cn>
Tue, 13 Sep 2016 08:10:52 +0000 (16:10 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Tue, 13 Sep 2016 09:30:33 +0000 (17:30 +0800)
Change-Id: I7eb7ed9ca011a04d2db57576c84ae4ef0b45707c
Issue-id: OCS-51
Signed-off-by: huabing <zhao.huabing@zte.com.cn>
README.md

index f4bd63a..af86b60 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-openo-msb
-===============
+Microservice Bus for OPEN-O
 
-microservice bus for openo
\ No newline at end of file
+Within the OPEN-O architecture, there are a lot of microservices, e.g., Catalog, Res Mgr., LCM Mgr., Drivers. These microservices are distributed on multiple hosts, that make the communicate between them complex because the consumers need to know the addresses of all the service providers. Besides, some services may have multiple instances, which make the consumer even harder to locate the service provider. Microservice bus provides a service registration/ discovery and routing mechanism to simply the communications between services. The consumers only need to talk with microservice bus without any address information of individual service providers. 
+
+## License
+The Microservice Bus is released under version 2.0 of the [Apache License][].
+
+[Apache License]: http://www.apache.org/licenses/LICENSE-2.0
\ No newline at end of file