From f57b67880d5c70bbc287ab56395895bb88a1b011 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 11 Aug 2014 16:04:40 -0400 Subject: Add configuration samples. --- etc/os-net-config/samples/bridge_dhcp.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/os-net-config/samples/bridge_dhcp.json (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 new file mode 100644 index 0000000..8fda908 --- /dev/null +++ b/etc/os-net-config/samples/bridge_dhcp.json @@ -0,0 +1,14 @@ +{ "network_config": [ + { + "type": "ovs_bridge", + "name": "br-ctlplane", + "use_dhcp": "true", + "members": [ + { + "type": "interface", + "name": "em1" + } + ] + } + ] +} -- cgit 1.2.3-korg