From 8905f9b0761fb19489cc0ef5ade1c39223b3f966 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Wed, 15 Apr 2015 12:19:00 +0100 Subject: Make openstack dhcp settings lower priority These settings were conflicting with those set by the simple-network configure extension Change-Id: I6a08bfe22a1da76c4cad9584589e33b90c68bf77 --- openstack/usr/share/openstack/network.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openstack/usr/share/openstack/network.yml') diff --git a/openstack/usr/share/openstack/network.yml b/openstack/usr/share/openstack/network.yml index c8ab03f7..f99f7f1a 100644 --- a/openstack/usr/share/openstack/network.yml +++ b/openstack/usr/share/openstack/network.yml @@ -61,7 +61,7 @@ - name: Enable dhcp on the Open vSwitch device that replaces our external interface template: - src: /usr/share/openstack/extras/10-device-dhcp.network - dest: /run/systemd/network/10-{{ item }}-dhcp.network + src: /usr/share/openstack/extras/60-device-dhcp.network + dest: /run/systemd/network/60-{{ item }}-dhcp.network with_items: - br-ex -- cgit v1.2.1