Fix documented limitations

Change-Id: I0cb21423065bd658f054268ba7966674bd30edd3
This commit is contained in:
Andrey Volochay 2016-05-16 10:13:19 +03:00 committed by Serhii Lystopad
parent 7d70c93c37
commit 2eb7ae377d
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ Release Nodes
Limitations
-----------
* Deployment fails if ``cinder`` role is not assigned to ``controller`` nodes
* Only one NetApp backend can be configured to work with Cinder
* Before creating Ubuntu repository's mirrors in Fuel, you have to manually add to /usr/share/fuel-mirror/ubuntu.yaml following packages:
* nfs-common

View File

@ -98,7 +98,7 @@ create OpenStack environments that use NetApp storage as a Cinder backend.
#. Using *Nodes* tab,
`add nodes and assign roles to them <http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-user-guide/configure-environment/add-nodes.html>`_.
Please, note that all controller nodes should be configured with Cinder role.
Please, note that all controller nodes **MUST** be configured with Cinder role as well.
#. This step is needed only when local fuel mirrors are used
Following packages ``nfs-common``, ``open-iscsi``, ``multipath-tools`` aren't included by default when local mirror is created. To have these packages available during deploy you have to add them into ``/usr/share/fuel-mirror/ubuntu.yaml`` file in ``packages: &packages`` section.