diff options
author | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-06-17 14:48:05 +0000 |
---|---|---|
committer | Francisco Redondo Marchena <francisco.marchena@codethink.co.uk> | 2015-06-18 15:28:01 +0000 |
commit | e7cb6bcaf50386bb409e53cdd9109c3e4e0bce46 (patch) | |
tree | da0dc270d8880576ea962e79cb8e132bc3170837 /install-files | |
parent | 572fe840287c07b12890bbcd18dec3a0607ce138 (diff) | |
download | definitions-e7cb6bcaf50386bb409e53cdd9109c3e4e0bce46.tar.gz |
Cinder: Set explicitly the iSCSI listening port
Change-Id: I08ca6fa9a8b40d5f166f36930d91052e8299c83b
Diffstat (limited to 'install-files')
-rw-r--r-- | install-files/openstack/usr/share/openstack/cinder/cinder.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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) |