Remove doc for Nova option that doesn't exist

Nova no longer has a "volume_api_class" option.

Change-Id: Ia3ad9e9784e26889ab11ebf6986881dad226cc1e
This commit is contained in:
Eric Harney 2019-04-01 12:12:50 -04:00
parent 9910ca1b2c
commit 587715b58f

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~