~ubuntu-branches/ubuntu/saucy/nova/saucy-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
  • mfrom: (1.1.64)
  • Revision ID: package-import@ubuntu.com-20120926125625-27eb9h4hadrjqzjm
Tags: 2012.2~rc3-0ubuntu1
New upstream relase. 

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