From 77ce3e7886961db395fb64e7e87dcdbb36804ab8 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Thu, 26 Jul 2012 11:31:01 +1000 Subject: Fix typo of localhost's IP. Fix for bug 1029206. Change-Id: I61550f22a063ada0dfc654f8f653dcf52637f191 --- nova/volume/san.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- cgit