Wrong default is used for ISCSI portal port number in get_deploy_info
Bug #1585731 reported by
Vladyslav Drok
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Fix Released
|
High
|
Vladyslav Drok |
Bug Description
Here is a piece of code from iscsi_deploy.py get_deploy_info function
params = {
'address': kwargs.
'port': kwargs.get('port', '3260'),
'iqn': kwargs.get('iqn'),
'lun': kwargs.get('lun', '1'),
As port does not get passed here from do_agent_
iscsi_params = {'error': result[
We're using a wrong '3260' default, we should use CONF.iscsi.
Changed in ironic: | |
importance: | Undecided → High |
tags: | added: iscsi |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/321145
Review: https:/