aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/bridge_dhcp.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc/os-net-config/samples/bridge_dhcp.json')
-rw-r--r--etc/os-net-config/samples/bridge_dhcp.json14
1 files changed, 14 insertions, 0 deletions
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"
+ }
+ ]
+ }
+ ]
+}