diff options
author | Manuel Buil <manuel.buil@ericsson.com> | 2016-09-21 10:32:03 +0200 |
---|---|---|
committer | Brady Johnson <brady.allen.johnson@ericsson.com> | 2016-09-21 09:14:01 +0000 |
commit | 7a9852ae4b2b499a41dff156f149c8bbde293be7 (patch) | |
tree | ec4adf5fb63d680b9f17fea03d0a4dc93aa458fc /docs | |
parent | facb692e9596186fc27bc7f7246d06e2ad6dea8f (diff) |
Release notes updated
Limitations were added
Change-Id: I3cb08f2c236ac8313632d6d8cf368fceb0e5c777
Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
(cherry picked from commit c74aa3baaf165a421caf053ab39852ef086e1cf1)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasenotes/releasenotes.rst | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/docs/releasenotes/releasenotes.rst b/docs/releasenotes/releasenotes.rst index 4d36f9ea..4b759603 100644 --- a/docs/releasenotes/releasenotes.rst +++ b/docs/releasenotes/releasenotes.rst @@ -135,7 +135,24 @@ Known Limitations, Issues and Workarounds System Limitations ------------------ -No limitations beyond those in Fuel and Apex have been identified. +The Colorado 1.0 release has several limitations: + +1 - It only works in non-HA environments. Tacker is currently not +available in HA environments and so the calls to it fail. + +2 - It only works in one-compute deployments. Tacker fixed the +multicompute support in the last weeks but it has not been tested +yet. + +3 - The first time a classification rule is created, it does not +work. This is a known issue in Netvirt-ODL. Create the classification +once again and it should work. This issue will be fixed in ODL +Boron SR1, which will be included in Colorado 2.0. + +4 - Any VM (e.g. SFs) must have only one security group. +There is a bug in ODL Boron which only one security group is read. +The rest are silently ignored. This issue will be fixed in ODL +Boron SR1, which will be included in Colorado 2.0. Known issues ------------ |