From 31f121da065c705ebce58ef6fd8b3068c27525b7 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Wed, 2 Dec 2015 18:08:34 -0600 Subject: Fix yaml validation errors in multiple-nics templates One of the interfaces was not indented at the same level as the others in some of the templates. Change-Id: Iabd835724848d754d5522968e1c8e3cf9f78e6c6 --- network/config/multiple-nics/ceph-storage.yaml | 2 +- network/config/multiple-nics/cinder-storage.yaml | 2 +- network/config/multiple-nics/controller.yaml | 2 +- network/config/multiple-nics/swift-storage.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'network/config') diff --git a/network/config/multiple-nics/ceph-storage.yaml b/network/config/multiple-nics/ceph-storage.yaml index a2a6b40d..84cb0f12 100644 --- a/network/config/multiple-nics/ceph-storage.yaml +++ b/network/config/multiple-nics/ceph-storage.yaml @@ -84,7 +84,7 @@ resources: config: os_net_config: network_config: - - + - type: interface name: nic1 use_dhcp: false diff --git a/network/config/multiple-nics/cinder-storage.yaml b/network/config/multiple-nics/cinder-storage.yaml index 06b4b83f..0b0218c5 100644 --- a/network/config/multiple-nics/cinder-storage.yaml +++ b/network/config/multiple-nics/cinder-storage.yaml @@ -84,7 +84,7 @@ resources: config: os_net_config: network_config: - - + - type: interface name: nic1 use_dhcp: false diff --git a/network/config/multiple-nics/controller.yaml b/network/config/multiple-nics/controller.yaml index 32851cfb..377fd116 100644 --- a/network/config/multiple-nics/controller.yaml +++ b/network/config/multiple-nics/controller.yaml @@ -84,7 +84,7 @@ resources: config: os_net_config: network_config: - - + - type: interface name: nic1 use_dhcp: false diff --git a/network/config/multiple-nics/swift-storage.yaml b/network/config/multiple-nics/swift-storage.yaml index 4d5a7b99..b75bbd6e 100644 --- a/network/config/multiple-nics/swift-storage.yaml +++ b/network/config/multiple-nics/swift-storage.yaml @@ -84,7 +84,7 @@ resources: config: os_net_config: network_config: - - + - type: interface name: nic1 use_dhcp: false -- cgit 1.2.3-korg