diff options
author | Justin Santa Barbara <justin@fathomdb.com> | 2011-02-21 16:02:38 -0800 |
---|---|---|
committer | Justin Santa Barbara <justin@fathomdb.com> | 2011-02-21 16:02:38 -0800 |
commit | 305ef6bf5f8f8926fdaa8db5f75a0680fbd8a2be (patch) | |
tree | 002580f68c1b77f44563bd9a0c6855916cc7ee34 | |
parent | f797d6c6464f8ee2816d56ee771ad718418def64 (diff) | |
download | nova-305ef6bf5f8f8926fdaa8db5f75a0680fbd8a2be.tar.gz nova-305ef6bf5f8f8926fdaa8db5f75a0680fbd8a2be.tar.xz nova-305ef6bf5f8f8926fdaa8db5f75a0680fbd8a2be.zip |
Fixed my confusion in documenting the syntax of iSCSI discovery
-rw-r--r-- | nova/volume/driver.py | 2 |
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.""" |