diff options
author | Steven Hardy <shardy@redhat.com> | 2015-01-14 16:41:13 +0000 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2015-01-15 15:41:54 +0000 |
commit | 19d4ef7a498fe0dc733f62b8feb3978c33d22be8 (patch) | |
tree | 29c43a6732b16df26bd3c24b38751040943fbd1f /etc/os-net-config/samples/bond.yaml | |
parent | d673f00ba1af04daabc58762c059c1312ce8cfdc (diff) |
Strip trailing whitespace from yaml samples
Change-Id: Icdd35f6757d1179cb667fc2808bbd42655f7425b
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 |