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
parent 0af357fcce
commit 04b9903698
2 changed files with 11 additions and 2 deletions

View File

@ -26,7 +26,10 @@ 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.
Licenses
--------
@ -47,4 +50,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,6 @@
---
issues:
- Deploying Cloud Foundry integration service with this release of fuel-murano-plugin will not work.
- The method ``getInstanceIpList`` of ``Instance`` class currently does not work currectly.
Murano apps that utilise this method will fail.
- Creating new Cinder volumes through ``CinderVolume`` class currently fails.