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:
parent
941cf073c7
commit
f3b7f150e6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user