From f33638000cf28c220043435c1086fdfa88b278d5 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 22 Aug 2014 15:55:01 -0400 Subject: Add ovs_extra to some of the sample configs. --- etc/os-net-config/samples/bridge_dhcp.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/os-net-config/samples/bridge_dhcp.json') diff --git a/etc/os-net-config/samples/bridge_dhcp.json b/etc/os-net-config/samples/bridge_dhcp.json index 8fda908..76d5408 100644 --- a/etc/os-net-config/samples/bridge_dhcp.json +++ b/etc/os-net-config/samples/bridge_dhcp.json @@ -2,6 +2,9 @@ { "type": "ovs_bridge", "name": "br-ctlplane", + "ovs_extra": [ + "br-set-external-id br-ctlplane bridge-id br-ctlplane" + ], "use_dhcp": "true", "members": [ { -- cgit 1.2.3-korg