e7625fc72c
This patch is a follow-up of Ib4194329474e8d68a90886d2a04f027eecd741df.
This patch removes the configure_port_forwarding call from the
neutron-legacy module because port forwarding (just like other
extensions such as DNS, QOS, etc...) are already enabled in the
plugin.sh file in the neutron repository [0]. The
configure_port_forwarding method itself is also defined in the neutron
repository so calling it here may result in a failure in case the plugin
is not enabled.
We are also removing the "dns" extensions from the default
Q_ML2_PLUGIN_EXT_DRIVERS variable because this extension conflicts with
the default DNS extensions that is enabled by Neutron when
q-dns/neutron-dns service is enabled (also in [0]). The LP for this
conflict problem is: https://bugs.launchpad.net/neutron/+bug/1887163.
[0]
|
||
---|---|---|
.. | ||
cinder_backends | ||
cinder_plugins | ||
databases | ||
neutron_plugins | ||
nova_plugins | ||
apache | ||
cinder | ||
database | ||
dstat | ||
etcd3 | ||
glance | ||
horizon | ||
infra | ||
keystone | ||
ldap | ||
libraries | ||
lvm | ||
neutron | ||
neutron-legacy | ||
nova | ||
oslo | ||
placement | ||
rpc_backend | ||
stack | ||
swift | ||
tcpdump | ||
tempest | ||
template | ||
tls |