Fix example in releasenotes/notes/composable-network-subnets

An indentation mistake in the example used in release notes.

Change-Id: I6ca061b0b827b848d63bb0df7ac50b4957eca612
This commit is contained in:
Harald Jensås 2019-01-08 09:30:16 +01:00
parent 941cf073c7
commit f3b7f150e6

View File

@ -16,12 +16,12 @@ features:
- name: <role_name> - name: <role_name>
networks: networks:
InternalApi: InternalApi:
subnet: internal_api_leaf2 subnet: internal_api_leaf2
Tenant: Tenant:
subnet: tenant_leaf2 subnet: tenant_leaf2
Storage: Storage:
subnet: storage_leaf2 subnet: storage_leaf2
- | - |
To enable control of which subnet is used for virtual IPs on L3 routed To enable control of which subnet is used for virtual IPs on L3 routed
composable networks the new parameter ``VipSubnetMap`` where added. This composable networks the new parameter ``VipSubnetMap`` where added. This