cinder/cinder/tests/unit/volume/drivers/nec
Naoki Saito 16f9c5535f NEC driver: fix an undefined variable
Currently, NEC driver references an undefined variable in message
formatting.
That causes volume creation failure when 4 or more volumes are created
from same image in parallel.

This patch removes the reference.

Conflicts:
        cinder/tests/unit/volume/drivers/nec/test_volume.py
        Note: It is refactored in Train.

Change-Id: I3dc6a55ee5ed496a37885a139fba11d1134e971f
Closes-Bug: #1850913
(cherry picked from commit 16dbad18cc)
(cherry picked from commit 41cf3b7497)
2020-03-10 15:37:44 +09:00
..
__init__.py Add cinder volume drivers for NEC Storage M series 2016-12-14 17:45:17 +09:00
test_volume.py NEC driver: fix an undefined variable 2020-03-10 15:37:44 +09:00