summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi Xinhui <lxinhui@vmware.com>2018-05-17 18:17:03 +0800
committerLi Xinhui <lxinhui@vmware.com>2018-05-17 18:24:19 +0800
commitc21b713849782324b1eaed33d6202cf081f44f99 (patch)
treebcf891777dbc998e6cdaec2613c260f84de8e22b
parent421296e010d3b552dfee53f10857aff9f57a7ab8 (diff)
Revise docs
This patch is to revise the documents. Change-Id: I3b47254d3dbae6c6067daefd44780ad370922558 Issue-ID: MULTICLOUD-211 Signed-off-by: Xinhui Li <lxinhui@vmware.com>
-rw-r--r--docs/Release Notes.rst65
1 files changed, 65 insertions, 0 deletions
diff --git a/docs/Release Notes.rst b/docs/Release Notes.rst
index eefabde..2f76ac1 100644
--- a/docs/Release Notes.rst
+++ b/docs/Release Notes.rst
@@ -6,6 +6,11 @@
Release Notes
=============
+
+Version
+-------
+1.1.0
+
Release Date
------------
2018-05-24
@@ -52,3 +57,63 @@ None
Other
-----
None
+
+====
+
+
+Version
+-------
+1.0.0
+
+Release Date
+------------
+2017-11-16
+
+
+New Features
+------------
+* Keystone proxy for convenient integration with modules which depend on original OpenStack functions
+* Multiple VIM registry and unregister
+* Resources LCM functions
+* Auto-deployment support to both K8s and heat
+* Hierarchical binding based integration with the third party SDN controller
+* Basic Fcaps alert collection support, VM abnormal status is thrown out as an example
+* Fake cloud based Unit and system test framework
+* Complete code coverage detection, CSIT, and document framework
+* Provide several plugins of different backbends, including: Vanilla OpenStack (based on Ocata) and commercial Clouds including OpenStack (including Titanium - Mitaka from Wind River and VIO - Ocata from VMware)
+
+Bug Fixes
+---------
+- `MULTICLOUD-123 <https://jira.onap.org/browse/MULTICLOUD-123>`_
+ Append v3 to keystone url by default, if keystone version is missing.
+
+- `MULTICLOUD-102 <https://jira.onap.org/browse/MULTICLOUD-102>`_
+ Throw exception in Multi Cloud when backend OpenStack throw exceptions.
+
+- `MULTICLOUD-101 <https://jira.onap.org/browse/MULTICLOUD-101>`_
+ Fix failed to add image info to AAI if image name didn't contain '-'.
+
+
+Known Issues
+------------
+None
+
+Security Issues
+---------------
+None
+
+Upgrade Notes
+-------------
+None
+
+Deprecation Notes
+-----------------
+None
+
+Other
+-----
+None
+
+===========
+
+End of Release Notes