From 709188029d2708f0fd37a0f4deaf15efc4bc51aa Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Mon, 29 Jun 2020 12:24:54 +0200 Subject: [PATCH] Disable horizon service in local.conf for Vagrant Change-Id: Ia7634cef641dd7072ae11f85dcc91cb136ecbd79 --- vagrant/devstack/local.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vagrant/devstack/local.conf b/vagrant/devstack/local.conf index 60b8cf5f5..7e518af3a 100644 --- a/vagrant/devstack/local.conf +++ b/vagrant/devstack/local.conf @@ -7,6 +7,10 @@ SERVICE_PASSWORD=$ADMIN_PASSWORD LOGFILE=/opt/stack/devstack/stack.log LOG_COLOR=False + +# Disable unrequired services ------------------------------------------------- + +disable_service horizon disable_service tempest