From 3d5b0bd84e575748bca0a4d67479704d96a79ace Mon Sep 17 00:00:00 2001 From: Samuel Matzek Date: Fri, 27 Oct 2017 14:57:39 -0500 Subject: [PATCH] Do not configure kvm virt_type in devstack Disable the configuration of the kvm virt_type in devstack as some of the nodes in infra are exhibiting a bug [1] and failing the gate. [1] https://bugs.launchpad.net/ubuntu/+source/linux-lts-xenial/+bug/1682077 Change-Id: I4a59914cd14a9b88bad91adb09fd4235cb923907 --- devstack/plugin.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index c6a1187c48..30fd4f5eab 100644 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -179,7 +179,9 @@ function _config_trove_apache_wsgi { function configure_trove { setup_develop $TROVE_DIR - configure_nova_kvm + # Temporarily disable re-configuring nova_kvm until + # more nodes in the pool can support it without crashing. + # configure_nova_kvm configure_keystone_token_life # Create the trove conf dir and cache dirs if they don't exist