From 19d4ef7a498fe0dc733f62b8feb3978c33d22be8 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 14 Jan 2015 16:41:13 +0000 Subject: Strip trailing whitespace from yaml samples Change-Id: Icdd35f6757d1179cb667fc2808bbd42655f7425b --- etc/os-net-config/samples/bond.yaml | 10 +++++----- etc/os-net-config/samples/bridge_dhcp.yaml | 6 +++--- etc/os-net-config/samples/bridge_vlan.yaml | 10 +++++----- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'etc') 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 diff --git a/etc/os-net-config/samples/bridge_dhcp.yaml b/etc/os-net-config/samples/bridge_dhcp.yaml index aad4435..a6ac593 100644 --- a/etc/os-net-config/samples/bridge_dhcp.yaml +++ b/etc/os-net-config/samples/bridge_dhcp.yaml @@ -1,11 +1,11 @@ network_config: - - + - type: ovs_bridge name: br-ctlplane use_dhcp: true - ovs_extra: + ovs_extra: - br-set-external-id br-ctlplane bridge-id br-ctlplane members: - - + - type: interface name: em1 diff --git a/etc/os-net-config/samples/bridge_vlan.yaml b/etc/os-net-config/samples/bridge_vlan.yaml index a17d61e..fdf9041 100644 --- a/etc/os-net-config/samples/bridge_vlan.yaml +++ b/etc/os-net-config/samples/bridge_vlan.yaml @@ -1,19 +1,19 @@ network_config: - - + - type: ovs_bridge name: br-ctlplane use_dhcp: true members: - - + - type: interface name: em1 - - + - type: vlan vlan_id: 16 addresses: - - + - ip_netmask: 192.0.2.1/24 routes: - - + - next_hop: 192.0.2.1 ip_netmask: 192.0.2.1/24 -- cgit 1.2.3-korg