From fb634f8602fb18407c5a34a37a6cc8c16200a8ec Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Thu, 24 Jan 2019 01:25:17 +0100 Subject: [fdio] Make VIF timeout non-fatal The first VMs spawned still exhibit the race condition described in the ticket, so apply the same workaround proposed during the Fraser release cycle in FDS. JIRA: FDS-156 Change-Id: I3b2b1ed7b5711daf81b5f4a263e4dbee9f502259 Signed-off-by: Alexandru Avadanii (cherry picked from commit 527f953f6006e9934d0bba843018247a6764a35c) --- mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2') diff --git a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2 b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2 index 825d9d550..d5f0145b7 100644 --- a/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-fdio-noha/openstack/compute.yml.j2 @@ -13,6 +13,11 @@ classes: - cluster.mcp-common-noha.openstack_compute - cluster.mcp-fdio-noha parameters: + nova: + compute: + # yamllint disable-line rule:truthy + vif_plugging_is_fatal: False + vif_plugging_timeout: 0 neutron: compute: backend: -- cgit 1.2.3-korg