f0aae6b8bc
The iscsi deploy interface was removed from Ironic [1]. Switch to the direct deploy interface instead, which is the default. [1] https://review.opendev.org/c/openstack/ironic/+/789382 Depends-On: https://review.opendev.org/c/openstack/kolla-ansible/+/801267 Change-Id: Ia0dcd3d302e0f04adbda4f3abf75a0ca7dd20dee
12 lines
441 B
YAML
12 lines
441 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Removes the ``iscsi`` interface from
|
|
``kolla_ironic_enabled_deploy_interfaces``, and changes
|
|
``kolla_ironic_default_deploy_interface`` to ``direct``. This is in line
|
|
with upstream changes in Ironic during the Xena cycle, in which the
|
|
``iscsi`` deploy driver was removed.
|
|
|
|
Existing nodes using the ``iscsi`` deploy driver should be updated to an
|
|
alternative such as ``direct`` before upgrading.
|