diff options
author | 2015-03-04 19:29:15 +0000 | |
---|---|---|
committer | 2015-03-04 19:29:15 +0000 | |
commit | 4cf8c1a0fd3c029ea81092a8901d786bfce77735 (patch) | |
tree | d2f8f23dd3e603b85693998d0b86eeb2ffd65df6 /etc/os-net-config/samples/bond.yaml | |
parent | 3d6c45c571503122741233a27a9e43c2fb56ecac (diff) | |
parent | 19d4ef7a498fe0dc733f62b8feb3978c33d22be8 (diff) |
Merge "Strip trailing whitespace from yaml samples"
Diffstat (limited to 'etc/os-net-config/samples/bond.yaml')
-rw-r--r-- | etc/os-net-config/samples/bond.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/os-net-config/samples/bond.yaml b/etc/os-net-config/samples/bond.yaml index 7b925a7..7b8b4ec 100644 --- a/etc/os-net-config/samples/bond.yaml +++ b/etc/os-net-config/samples/bond.yaml @@ -1,17 +1,17 @@ network_config: - - + - type: ovs_bridge name: br-ctlplane use_dhcp: true - members: - - + members: + - type: ovs_bond name: bond1 use_dhcp: true members: - - + - type: interface name: em1 - - + - type: interface name: em2 |