From 2eb7ae377d8aa662a1098f98bcb5cf3368193a6e Mon Sep 17 00:00:00 2001 From: Andrey Volochay Date: Mon, 16 May 2016 10:13:19 +0300 Subject: [PATCH] Fix documented limitations Change-Id: I0cb21423065bd658f054268ba7966674bd30edd3 --- doc/source/description.rst | 1 + doc/source/guide.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/description.rst b/doc/source/description.rst index d9d7ba3..dde863f 100644 --- a/doc/source/description.rst +++ b/doc/source/description.rst @@ -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 diff --git a/doc/source/guide.rst b/doc/source/guide.rst index c44496b..379e5e5 100644 --- a/doc/source/guide.rst +++ b/doc/source/guide.rst @@ -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 `_. - 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.