cinder/doc/source/reference
Naoki Saito 7e98b66a17 NEC driver: fix a snapshot detach error
In NEC driver, _fc_terminate_connection() refers to
Volume.volume_attachment of an argument.
However, the argument is a snapshot object when a snapshot is being
detached.
The snapshot object does not have the "volume_attachment" attribute.

This patch avoids referring to the "volume_attachment" attribute when
the argument is a snapshot.

Change-Id: Ibc5fa0901ae9c0766f98d623357bade266598bff
Closes-Bug: #1887885
(cherry picked from commit 6e8dd2f0c0)
2020-09-19 03:41:56 +00:00
..
README.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
support-matrix.ini NEC driver: fix a snapshot detach error 2020-09-19 03:41:56 +00:00
support-matrix.rst Revert "Remove ProphetStor Flexvisor Driver" 2020-04-06 08:52:14 -04:00

README.rst

Cinder Reference Documentation (source/reference)

Introduction:

This directory is intended to hold any reference documentation for Cinder that doesn't fit into 'install', 'contributor', 'configuration', 'cli', 'admin', or 'user' categories.

The full spec for organization of documentation may be seen in the OS Manuals Migration Spec <https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>.