Skip to content
Snippets Groups Projects
Commit e9c7d454 authored by ZhongShengping's avatar ZhongShengping
Browse files

Use stevedore aliases for interface_driver configuration

interface_driver configuration was updated to use stevedore aliases.
This patch is to change devstack scripts to now use the aliases
instead of the previous class imports.

Change-Id: Ida10765f89c07205837e46f8cb445391f0e15373
Closes-Bug: #1504536
parent 6a8a9f7b
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,9 @@ metadata_workers = {{ openstack_service_workers }} ...@@ -23,9 +23,9 @@ metadata_workers = {{ openstack_service_workers }}
metadata_proxy_socket = /var/lib/neutron/kolla/metadata_proxy metadata_proxy_socket = /var/lib/neutron/kolla/metadata_proxy
{% if neutron_plugin_agent == "openvswitch" %} {% if neutron_plugin_agent == "openvswitch" %}
interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver interface_driver = openvswitch
{% elif neutron_plugin_agent == "linuxbridge" %} {% elif neutron_plugin_agent == "linuxbridge" %}
interface_driver = neutron.agent.linux.interface.BridgeInterfaceDriver interface_driver = linuxbridge
{% endif %} {% endif %}
{% if enable_nova_fake | bool %} {% if enable_nova_fake | bool %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment