Update OVN local.conf

The networking-ovn repository moved to ovn-octavia-provider.
This commit updates the local.conf to use the new repository.

Depends-On: https://review.opendev.org/#/c/717860/
Change-Id: I8c9394bc5f3b6bca84149cfcd7587f4008606c46
This commit is contained in:
Maysa Macedo 2020-04-11 10:14:10 +00:00
parent 9553f78f9a
commit 2b780e1ba3

View File

@ -27,13 +27,17 @@ IDENTITY_API_VERSION=3
ENABLED_SERVICES=""
# OVN components
enable_plugin networking-ovn https://opendev.org/openstack/networking-ovn
Q_AGENT=ovn
Q_ML2_PLUGIN_MECHANISM_DRIVERS=ovn,logger
Q_ML2_PLUGIN_TYPE_DRIVERS=local,flat,vlan,geneve
Q_ML2_TENANT_NETWORK_TYPE=geneve
enable_service ovn-northd
enable_service ovn-controller
enable_service networking-ovn-metadata-agent
enable_service q-ovn-metadata-agent
# Neutron services
enable_service neutron
enable_plugin neutron https://opendev.org/openstack/neutron
enable_service q-svc
# VAR RUN PATH
@ -87,6 +91,8 @@ enable_service placement-client
enable_service g-api
enable_service g-reg
# OVN octavia provider plugin
enable_plugin ovn-octavia-provider https://opendev.org/openstack/ovn-octavia-provider
# Keystone
enable_service key