From ee58a24647df8eec2418735b038e5035bdffe10d Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Tue, 21 Aug 2018 09:19:57 -0400 Subject: Enable OVN scenarios As of Queens only HA OVN deployments are supported. Change-Id: I184c5a096fec9cbc3cf2ec06218700138ea3ed57 Signed-off-by: Tim Rozet --- apex/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apex/common/constants.py') diff --git a/apex/common/constants.py b/apex/common/constants.py index 0475615a..c3e3f5a0 100644 --- a/apex/common/constants.py +++ b/apex/common/constants.py @@ -65,7 +65,7 @@ VALID_DOCKER_SERVICES = { 'neutron-opendaylight-sriov.yaml': None, 'neutron-bgpvpn-opendaylight.yaml': None, 'neutron-sfc-opendaylight.yaml': None, - 'neutron-ml2-ovn.yaml': 'neutron-ovn.yaml' + 'neutron-ml2-ovn.yaml': 'neutron-ovn-ha.yaml' } DOCKERHUB_OOO = 'https://registry.hub.docker.com/v2/repositories' \ '/tripleomaster/' -- cgit 1.2.3-korg