[DOC BLD FIX] Fix formatting errors in Dell/EMC PS

There were indentation failures in the dell_emc/ps driver
that caused Sphinx to produce a WARNING.  This patch corrects
those errors.

Change-Id: Id6d9316231f5f20938116e061e8a5a57820b4483
This commit is contained in:
Jay S. Bryant 2017-07-20 09:34:27 -05:00
parent 7c8901e764
commit eb4240df53
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ class PSSeriesISCSIDriver(san.SanISCSIDriver):
:param volume: Cinder volume to manage
:param existing_ref: Driver-specific information used to identify a
volume
volume
"""
existing_volume_name = self._get_existing_volume_ref_name(existing_ref)
data = self._get_volume_info(existing_volume_name)