Remove iscsi_tcp module load
Ironic no longer ships an iscsi deployment interface and as such the module no longer needs to be loaded. Change-Id: I9ef9ad19d1dbcb860c9d56f0397b49f01855be57
This commit is contained in:
parent
4a55c065e3
commit
68d7d51e4c
@ -610,12 +610,6 @@ outputs:
|
||||
environment:
|
||||
KOLLA_CONFIG_STRATEGY: COPY_ALWAYS
|
||||
host_prep_tasks:
|
||||
- name: load iscsi_tcp module
|
||||
import_role:
|
||||
name: tripleo_module_load
|
||||
vars:
|
||||
modules:
|
||||
- name: iscsi_tcp
|
||||
- name: create fcontext entry for ironic data
|
||||
community.general.sefcontext:
|
||||
target: "/var/lib/ironic(/.*)?"
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
The ``iscsi_tcp`` module is no longer loaded to support the operation of
|
||||
the ``ironic-conductor`` container as the ``iscsi`` Deployment interface
|
||||
has been removed from Ironic.
|
Loading…
Reference in New Issue
Block a user