From 543319f34b0e9a10052875a993499b2afc5df032 Mon Sep 17 00:00:00 2001 From: Maysa Macedo Date: Tue, 8 Dec 2020 16:05:29 -0300 Subject: [PATCH] Fix ovn local.conf This commit includes the enablement of octavia driver agent service on ovn local.conf, which is required for an installation with ovn. Change-Id: I46dff0391820d1d22ac01f95e42fbd61c6ccaf17 --- devstack/local.conf.ovn.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/devstack/local.conf.ovn.sample b/devstack/local.conf.ovn.sample index a34406cb1..df44f977b 100644 --- a/devstack/local.conf.ovn.sample +++ b/devstack/local.conf.ovn.sample @@ -75,6 +75,7 @@ enable_service o-api enable_service o-cw enable_service o-hm enable_service o-hk +enable_service o-da ## Octavia Deps ### Nova enable_service n-api