diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-03-14 21:22:05 +0800 |
---|---|---|
committer | Zhipeng (Howard) Huang <huangzhipeng@huawei.com> | 2017-03-14 14:39:03 +0000 |
commit | 74563245cefa19a5c338e6802788a5bf4b3bc8e1 (patch) | |
tree | dbdeacd4db609d8564b47ca90fedf90ef9eddf94 /docs/developer/overview | |
parent | ebef6bccca8315e5db046d7e726f92b292d0b712 (diff) |
Modify documents about overview
Add overview about apigateway and tosca2heat.
Change-Id: I2994ebcde39dcacd248bd09d33ab48823c12e9a1
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
(cherry picked from commit d7b31c6be3b9ce919f1dff8e3b4bcc6f73f9b9ff)
Diffstat (limited to 'docs/developer/overview')
-rw-r--r-- | docs/developer/overview/overview.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/developer/overview/overview.rst b/docs/developer/overview/overview.rst index 3ae173a..0a6e9bb 100644 --- a/docs/developer/overview/overview.rst +++ b/docs/developer/overview/overview.rst @@ -104,6 +104,10 @@ For Danube Release, Parser offers the following additional capabilities: Satisfiability Modulo Theories (SMT) and the general-purpose SMT solver Z3. It includes a library of network function models. +* New module apigateway added, which focuses on message relay and provides unified restful API + and grpc api to end user who want use parser, additionally one module of parser(such as + yang2tosca) can access the other module(such as tosca2heat) through grpc provided by apigateway + without concern its location. + * The tosca2heat module updated with the intgeration of OpenStack tosca-parser and heat-translator 0.7.0 releases. - |