summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2012-07-26 11:31:01 +1000
committerMichael Still <mikal@stillhq.com>2012-07-26 11:43:07 +1000
commit77ce3e7886961db395fb64e7e87dcdbb36804ab8 (patch)
treee987f52cfc6476e0435484d3a4ae99b2258faf11
parentf0f9a3e4e731e49e220b1bd515f9174c791e5a28 (diff)
downloadnova-77ce3e7886961db395fb64e7e87dcdbb36804ab8.tar.gz
nova-77ce3e7886961db395fb64e7e87dcdbb36804ab8.tar.xz
nova-77ce3e7886961db395fb64e7e87dcdbb36804ab8.zip
Fix typo of localhost's IP.
Fix for bug 1029206. Change-Id: I61550f22a063ada0dfc654f8f653dcf52637f191
-rw-r--r--nova/volume/san.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/volume/san.py b/nova/volume/san.py
index a2b79c298..6fe46b1db 100644
--- a/nova/volume/san.py
+++ b/nova/volume/san.py
@@ -620,7 +620,7 @@ class HpSanISCSIDriver(SanISCSIDriver):
'data': {
'target_discovered': True,
'target_iqn': 'iqn.2010-10.org.openstack:volume-00000001',
- 'target_portal': '127.0.0.0.1:3260',
+ 'target_portal': '127.0.0.1:3260',
'volume_id': 1,
}
}