From cd683acd775f04c5eb3e85ce7e9568ecbf78d1bd Mon Sep 17 00:00:00 2001 From: Pedro Magalhaes Date: Fri, 3 Feb 2017 10:48:50 +0000 Subject: [PATCH] [DOCS] Adding missing config parameter of Dell EQLX in cinder The last change I forgot to specify the volume_backend_name. Commit ref: https://review.openstack.org/#/c/428125/ Change-Id: I9d53c57a4c885ebde340748e02199fd81d19bf1a --- doc/source/configure-cinder.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/configure-cinder.rst b/doc/source/configure-cinder.rst index 623243f1..4033c59d 100644 --- a/doc/source/configure-cinder.rst +++ b/doc/source/configure-cinder.rst @@ -413,6 +413,12 @@ Define the following parameters. cinder_backends: delleqlx: +#. Specify volume back end name: + + .. code-block:: yaml + + volume_backend_name: DellEQLX_iSCSI + #. Use Dell EQLX San ISCSI driver: .. code-block:: yaml @@ -462,6 +468,7 @@ Define the following parameters. cinder_backends: limit_container_types: cinder_volume delleqlx: + volume_backend_name: DellEQLX_iSCSI volume_driver: cinder.volume.drivers.eqlx.DellEQLSanISCSIDriver san_ip: ip_of_dell_storage san_login: grpadmin