From 587715b58f2f1c180ebc15319c4a02fe101ffba5 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Mon, 1 Apr 2019 12:12:50 -0400 Subject: [PATCH] Remove doc for Nova option that doesn't exist Nova no longer has a "volume_api_class" option. Change-Id: Ia3ad9e9784e26889ab11ebf6986881dad226cc1e --- doc/source/admin/ts-cinder-config.rst | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/doc/source/admin/ts-cinder-config.rst b/doc/source/admin/ts-cinder-config.rst index 502e5c61e75..9dc891bf1d2 100644 --- a/doc/source/admin/ts-cinder-config.rst +++ b/doc/source/admin/ts-cinder-config.rst @@ -149,24 +149,6 @@ file. If the file is not present, create it with: # echo 'include /var/lib/cinder/volumes/ *' >> /etc/tgt/conf.d/cinder.conf -No sign of attach call in the ``cinder-api`` log -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Problem -------- - -The attach call is unavailable, or not appearing in the ``cinder-api`` log. - -Solution --------- - -Adjust the ``nova.conf`` file, and make sure that your ``nova.conf`` -has this entry: - -.. code-block:: ini - - volume_api_class=nova.volume.cinder.API - Failed to create iscsi target error in the ``cinder-volume.log`` file ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~