aboutsummaryrefslogtreecommitdiffstats
path: root/etc/os-net-config/samples/interface.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-03 21:24:55 +0000
committerGerrit Code Review <review@openstack.org>2017-01-03 21:24:55 +0000
commitd929214c7a904da57a406dd56ac06f001fdc7d7b (patch)
treeccaf54bc78ee4c3df18acd320a5121bb2104a616 /etc/os-net-config/samples/interface.yaml
parentd621022954195049c96b19064f2eddd46ec95fe4 (diff)
parent433a0f3cbe59fd5da183245bf7e6dcd4af4b8c88 (diff)
Merge "Add support for enabling hotplug on interfaces"
Diffstat (limited to 'etc/os-net-config/samples/interface.yaml')
-rw-r--r--etc/os-net-config/samples/interface.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/os-net-config/samples/interface.yaml b/etc/os-net-config/samples/interface.yaml
index 725091b..4c4269e 100644
--- a/etc/os-net-config/samples/interface.yaml
+++ b/etc/os-net-config/samples/interface.yaml
@@ -19,5 +19,10 @@ network_config:
type: interface
name: em2
use_dhcp: true
- defroute: no
+ defroute: false
ethtool_opts: "speed 1000 duplex full"
+ -
+ type: interface
+ name: em3
+ use_dhcp: true
+ hotplug: true