Fixing base job

After this change https://review.opendev.org/690104 the agent
interface is not in the IRONIC_ENABLED_RESCUE_INTERFACES by
default, making all the jobs with
IRONIC_DEFAULT_RESCUE_INTERFACE: agent defined fail.
Since we don't run rescue test here, setting
IRONIC_DEFAULT_RESCUE_INTERFACE to "" should fix the issue.

Change-Id: I102beb36037bf994691085bf741dd0151b8d2631
This commit is contained in:
Riccardo Pittau 2019-10-24 15:55:03 +02:00
parent a00d5d5c41
commit 656ae7e243

View File

@ -40,7 +40,7 @@
IRONIC_VM_LOG_DIR: '{{ devstack_base_dir }}/ironic-bm-logs'
IRONIC_VM_SPECS_RAM: 384
IRONIC_DEFAULT_DEPLOY_INTERFACE: direct
IRONIC_DEFAULT_RESCUE_INTERFACE: agent
IRONIC_DEFAULT_RESCUE_INTERFACE: ""
Q_AGENT: openvswitch
Q_ML2_TENANT_NETWORK_TYPE: vxlan