Merge "known issues releated to murano for 4.1.1" into stable/4.1

This commit is contained in:
Jenkins 2014-07-01 12:37:59 +00:00 committed by Gerrit Code Review
commit 77f6e13cfb
3 changed files with 20 additions and 2 deletions

View File

@ -3,7 +3,7 @@
.. _Introduction:
Introduction
================================
============
This section introduces Fuel for OpenStack and its components.

View File

@ -115,6 +115,24 @@ Live migrations do not exhibit this behavior and work correctly with Ceph RBD.
Because the Horizon Dashboard in Havana does not support live migrations,
you must use the command line.
Murano repository service misconfiguration
-----------------------------------------------
Errors may occur in a Multi-node environment (no HA)
when modifying the service description
in the Murano section of the Horizon dashboard;
a trace log is issued although modifiable data is saved.
This occcurs because the data_dir option
is not included in the *murano-repository.conf* configuration file,
so the default values (data_dir=/tmp/muranorepository-data)
is used.
This can be fixed by manually editing
the */etc/murano/murano-repository.conf* file
to add the data_dir option with appropriate values
on the master node before deploying the environment.
See `LP1328490 <https://bugs.launchpad.net/fuel/+bug/1328490>`_.
Other limitations
-----------------

View File

@ -80,4 +80,4 @@ Troubleshooting Murano
There are no known issues with deploying Murano at the time of this writing,
but some issues are documented in `Murano Troubleshooting
<http://murano-docs.github.io/0.2.11/getting-started/content/ch05.html>`_.
<http://murano-docs.github.io/0.4/getting-started/content/ch05.html>`_.