Add known issues note for 1.0.0 release

Change-Id: I2a09d7f6604c6a0d2e08cd94b629c489525836a9
This commit is contained in:
Kirill Zaitsev 2016-09-21 19:19:50 +03:00 committed by Kirill Zaitsev
parent 7e6a646f03
commit ff67b7fa87
2 changed files with 14 additions and 2 deletions

View File

@ -26,7 +26,12 @@ Fuel 9.0
Limitations
-----------
Murano plugin has no issues or limitations of usage.
* Murano plugin is known to conflict with Contrail plugin. The reason is that
both ``murano-api`` and ``contrail-api`` services use 8082 as their
default port. To resolve this, please specify a
custom port for ``contrail-api`` in Contrail plugin.
See also release-notes for any release-specific known issues.
Licenses
--------
@ -47,4 +52,4 @@ see:
* `Launchpad project <https://launchpad.net/fuel-plugin-murano>`__
* `GitHub project <http://git.openstack.org/cgit/openstack/fuel-plugin-murano>`__
* `GitHub project <http://git.openstack.org/cgit/openstack/fuel-plugin-murano>`__

View File

@ -0,0 +1,7 @@
---
issues:
- Murano services will not operate correctly when installed on a separate detached node, if you're installing
``fuel-plugin-murano`` in an environment that contains Murano, bundled with Fuel 9.0. This happens because
``murano-engine`` service on controller nodes is still active. As a workaround, you need to disable ``murano-engine``
service on controller nodes manually after installing ``fuel-plugin-murano``.
- Deploying Cloud Foundry integration service with this release of ``fuel-plugin-murano`` does not work correctly.