cdf0a0914c
IPA supported iSCSI portal port customization by 272420 patch. With this patch, we add new portal_port argument into agent_client.start_iscsi_target() method to pass iSCSI portal port to IPA side. And add new configuration into iscsi module as below: CONF.iscsi.portal_port Reference: https://review.openstack.org/#/c/272420/ Change-Id: Ia1515cbd6723a965e362a7dfa0b58077194401f3 Closes-Bug: #1523829
9 lines
296 B
YAML
9 lines
296 B
YAML
---
|
|
features:
|
|
- IPA supported iSCSI portal port customization already.
|
|
With this patch, we added new portal_port argument into
|
|
agent_client.start_iscsi_target() method to pass iSCSI portal
|
|
port to IPA side. And add new configuration into iscsi module as
|
|
CONF.iscsi.portal_port
|
|
|