From f3b7f150e637bebde292b933882dc32c46d70f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Tue, 8 Jan 2019 09:30:16 +0100 Subject: [PATCH] Fix example in releasenotes/notes/composable-network-subnets An indentation mistake in the example used in release notes. Change-Id: I6ca061b0b827b848d63bb0df7ac50b4957eca612 --- .../composable-network-subnets-fbfcb6283a54ace7.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/releasenotes/notes/composable-network-subnets-fbfcb6283a54ace7.yaml b/releasenotes/notes/composable-network-subnets-fbfcb6283a54ace7.yaml index 40142a7c1e..466ef389a3 100644 --- a/releasenotes/notes/composable-network-subnets-fbfcb6283a54ace7.yaml +++ b/releasenotes/notes/composable-network-subnets-fbfcb6283a54ace7.yaml @@ -16,12 +16,12 @@ features: - name: networks: - InternalApi: - subnet: internal_api_leaf2 - Tenant: - subnet: tenant_leaf2 - Storage: - subnet: storage_leaf2 + InternalApi: + subnet: internal_api_leaf2 + Tenant: + subnet: tenant_leaf2 + Storage: + subnet: storage_leaf2 - | To enable control of which subnet is used for virtual IPs on L3 routed composable networks the new parameter ``VipSubnetMap`` where added. This