neutron/etc/oslo-config-generator
Lucas Alvares Gomes 48ab58b46e [OVN] Change DevStack to use the local OVN driver
This patch is changing DevStack to deploy with the local OVN driver
(instead of the networking-ovn old repo).

A few tweaks were needed in the code in order to get it to work, more
precisely:

* OVN metadata configuration was pointing to some module variables that
  didn't exist.
* OVN metadata configuration generation was missing

Below is the following configuration needed in the local.conf to deploy
OVN:

[[local|localrc]]

enable_plugin neutron https://opendev.org/openstack/neutron

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 neutron-ovn-metadata-agent

disable_service n-net
enable_service q-svc

disable_service q-agt
disable_service q-l3
disable_service q-dhcp
disable_service q-meta

Change-Id: I0b899a33943550a53822d1d057cdee525cbbc6ec
Signed-off-by: Lucas Alvares Gomes <lucasagomes@gmail.com>
2020-01-16 09:28:43 +00:00
..
dhcp_agent.ini Expose OVS bridge related options into metering agent config file 2016-10-02 12:33:52 +00:00
l3_agent.ini Expose OVS bridge related options into metering agent config file 2016-10-02 12:33:52 +00:00
linuxbridge_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
macvtap_agent.ini Autogenerate macvtap agent config file 2016-03-03 16:11:18 +01:00
metadata_agent.ini Switch to oslo.cache 2016-06-02 15:22:36 +00:00
metering_agent.ini Expose OVS bridge related options into metering agent config file 2016-10-02 12:33:52 +00:00
ml2_conf.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00
neutron.conf Notify ironic on port status changes 2019-05-27 13:38:42 +02:00
neutron_ovn_metadata_agent.ini [OVN] Change DevStack to use the local OVN driver 2020-01-16 09:28:43 +00:00
openvswitch_agent.ini XenAPI: Support daemon mode for rootwrap 2017-01-19 07:33:43 +00:00
ovn.ini [OVN] Move OVN commons to neutron tree 2019-12-04 13:15:16 +00:00
sriov_agent.ini Automatically generate neutron core configuration files 2015-11-27 15:22:59 +00:00