summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nova/volume/driver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/driver.py b/nova/volume/driver.py
index 687bc99d0..22c2c2fc3 100644
--- a/nova/volume/driver.py
+++ b/nova/volume/driver.py
@@ -231,7 +231,7 @@ class ISCSIDriver(VolumeDriver):
provider properties as follows:
provider_location - if present, contains the iSCSI target information
in the same format as an ietadm discovery
- i.e. '<target iqn>,<target portal> <target name>'
+ i.e. '<target ip/port>,<target portal> <target IQN>'
provider_auth - if present, contains a space-separated triple:
'<auth method> <auth username> <auth password>'. CHAP is the only
auth_method in use at the moment."""