From c04c117d0ca1b5d368e33aa17247c549385e649d Mon Sep 17 00:00:00 2001 From: Nikolay Starodubtsev Date: Tue, 28 Jun 2016 16:13:53 +0300 Subject: [PATCH] Force disable heat on devstack slaves Murano CI doesn't use heat stack on devstack slaves. It's better to disable heat services, it will decrease time of slave setup and speed up gate work. Change-Id: If7647ac54ed13a5cfa706f7b9824ae82422f0eb9 --- murano-ci/scripts/deploy_devstack.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/murano-ci/scripts/deploy_devstack.sh b/murano-ci/scripts/deploy_devstack.sh index 62b7087a..c451cabe 100644 --- a/murano-ci/scripts/deploy_devstack.sh +++ b/murano-ci/scripts/deploy_devstack.sh @@ -154,6 +154,8 @@ ${DEVSTACK_LOCAL_CONF} # Disable neutron services because its unused on CI workers. disable_service neutron disable_service q-svc q-agt q-dhcp q-l3 q-meta q-metering +# Disable heat services because its unused on CI workers. +disable_service heat h-api h-api-cfn h-api-cw h-eng EOF sudo ./tools/create-stack-user.sh