From 4fdee1f6c49c8e715dcf2d2f1a8d863b633c8714 Mon Sep 17 00:00:00 2001 From: Spyros Trigazis Date: Thu, 6 Jul 2017 10:57:55 +0200 Subject: [PATCH] ci: Remove *_ssh ironic drivers Mitaka branch is EOLed. The Ironic team is going to proceed with removal of SSH-based power and management drivers for virtualized HW which were deprecated back in newton release. http://lists.openstack.org/pipermail/openstack-dev/2017-July/119284.html Change-Id: I7351573a20f3835f481ab1973b6439d8ca2b8f60 --- magnum/tests/contrib/gate_hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum/tests/contrib/gate_hook.sh b/magnum/tests/contrib/gate_hook.sh index b9fd63d4..9410e2cc 100755 --- a/magnum/tests/contrib/gate_hook.sh +++ b/magnum/tests/contrib/gate_hook.sh @@ -67,7 +67,7 @@ elif [ "${coe}${special}" = "k8s-ironic" ]; then # export DEVSTACK_LOCAL_CONFIG+=$'\n'"SWIFT_TEMPURL_KEY=password" # export DEVSTACK_LOCAL_CONFIG+=$'\n'"SWIFT_HASH=password" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_ENABLED_DRIVERS=fake,agent_ssh,agent_ipmitool,pxe_ssh,pxe_ipmitool" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_ENABLED_DRIVERS=fake,agent_ipmitool,pxe_ipmitool" export DEVSTACK_LOCAL_CONFIG+=$'\n'"VOLUME_BACKING_FILE_SIZE=24G" export DEVSTACK_LOCAL_CONFIG+=$'\n'"FORCE_CONFIG_DRIVE=True" export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_RAMDISK_TYPE=tinyipa"