diff options
| -rw-r--r-- | nova/volume/iscsi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/iscsi.py b/nova/volume/iscsi.py index ccc768827..52f8c4009 100644 --- a/nova/volume/iscsi.py +++ b/nova/volume/iscsi.py @@ -132,7 +132,7 @@ class TgtAdm(TargetAdmin): run_as_root=True) except exception.ProcessExecutionError, e: LOG.error(_("Failed to create iscsi target for volume " - "id:%(volume_id)s.") % locals()) + "id:%(vol_id)s.") % locals()) #Dont forget to remove the persistent file we created os.unlink(volume_path) |
