From c46ce388045b63fbc1174c06aac43f606da4a012 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Tue, 19 Dec 2017 12:48:07 +0100 Subject: [PATCH] change kuryr default driver option name kuryr changed driver option to default_driver Ref: https://review.openstack.org/#/c/508778/ this change updates the template to apply the change. Change-Id: I38669564a769bbe7b55386db5208a3341b15da9e --- ansible/roles/kuryr/templates/kuryr.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/kuryr/templates/kuryr.conf.j2 b/ansible/roles/kuryr/templates/kuryr.conf.j2 index 5a8bfd27ec..bc996f498f 100644 --- a/ansible/roles/kuryr/templates/kuryr.conf.j2 +++ b/ansible/roles/kuryr/templates/kuryr.conf.j2 @@ -7,7 +7,7 @@ capability_scope = global bindir = /var/lib/kolla/venv/libexec/kuryr [binding] -driver = kuryr.lib.binding.drivers.veth +default_driver = kuryr.lib.binding.drivers.veth [neutron] auth_uri = {{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ keystone_public_port }}