~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/volume/driver.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-09-26 12:56:25 UTC
  • mto: This revision was merged to the branch mainline in revision 89.
  • Revision ID: package-import@ubuntu.com-20120926125625-ka6x2ztctt1w3b4p
Tags: upstream-2012.2~rc3
ImportĀ upstreamĀ versionĀ 2012.2~rc3

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
            except exception.NotFound:
397
397
                LOG.info(_("Skipping remove_export. No iscsi_target "
398
398
                           "provisioned for volume: %s"), volume['id'])
399
 
            return
 
399
                return
400
400
        else:
401
401
            iscsi_target = 0
402
402