From 662bbb10f5916e8a72de3b9569ff5ab5d2669abf Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Wed, 17 Jun 2015 14:48:05 +0000 Subject: Set explicitly the iSCSI listening port Change-Id: I08ca6fa9a8b40d5f166f36930d91052e8299c83b --- install-files/openstack/usr/share/openstack/cinder/cinder.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-files/openstack/usr/share/openstack/cinder/cinder.conf b/install-files/openstack/usr/share/openstack/cinder/cinder.conf index 1f39b810..f3e4f11c 100644 --- a/install-files/openstack/usr/share/openstack/cinder/cinder.conf +++ b/install-files/openstack/usr/share/openstack/cinder/cinder.conf @@ -951,7 +951,7 @@ iscsi_ip_address={{ MANAGEMENT_INTERFACE_IP_ADDRESS }} # The port that the iSCSI daemon is listening on (integer # value) -#iscsi_port=3260 +iscsi_port=3260 # The maximum number of times to rescan targets to find volume # (integer value) -- cgit v1.2.1