-
Notifications
You must be signed in to change notification settings - Fork 583
Ironic acceptance test broken due to iSCSI removal #2155
Copy link
Copy link
Closed
theopenlab/openlab-zuul-jobs
#1147Description
The iscsi deploy method was removed from ironic a couple of days ago: https://review.opendev.org/c/openstack/ironic/+/789382
In the acceptance tests, we somehow still have it configured as a deploy method:
May 07 16:02:51.116565 ubuntu ironic-conductor[29096]: DEBUG oslo_service.service [-] enabled_deploy_interfaces = ['iscsi', 'direct'] {{(pid=29096) log_opt_values /usr/local/lib/python3.6/dist-packages/oslo_config/cfg.py:2603}}
Yet we are using the latest ironic with no endpoint defined for iscsi, and hence ironic-conductor crashes at startup with the error:
May 07 16:02:51.626961 ubuntu ironic-conductor[29096]: ERROR oslo_service.service [None req-e8571b51-b066-4e40-9269-b3da9465bda7 None None] Error starting thread.: ironic.common.exception.DriverNotFoundInEntrypoint: Could not find the following items in the 'ironic.hardware.interfaces.deploy' entrypoint: iscsi.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels