From a41d8c75309b1344ca209dae241c616fae0a0ed5 Mon Sep 17 00:00:00 2001 From: Javier Diaz <javier.j.diaz69@account.cybbh.space> Date: Thu, 21 Jan 2021 04:37:04 +0000 Subject: [PATCH] Update answers.sls to include openvswitch neutron SDN backend. --- environment/answers.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment/answers.sls b/environment/answers.sls index 9962c6d..1137406 100644 --- a/environment/answers.sls +++ b/environment/answers.sls @@ -168,9 +168,9 @@ networking: ## neutron networking backend. Valid values are networking-ovn -## or linuxbridge +## or linuxbridge or openvswitch neutron: - backend: networking-ovn + backend: openvswitch ## nova configuration options. Ref: https://docs.openstack.org/nova/latest/configuration/config.html nova: -- GitLab