diff options
author | Dan Prince <dprince@redhat.com> | 2016-11-23 10:19:40 -0500 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2016-11-23 10:35:07 -0500 |
commit | e2e0f9db0cbc995d5504b3931855af85be5b26b7 (patch) | |
tree | 8dbd1e5174a43d6abc46955fb67333e0b3d91184 /network/config/bond-with-vlans | |
parent | c8b691877603f17f32e899c907b029d0f6df6cc8 (diff) |
Cleanup some inline comments in network/config
This patch cleans up some inline comments that are a bit
non-standardly formatted so that we can more easily parse
these templates in an automated fashion.
Change-Id: Ibf91f3478fd894f9323d8805729ece9c5fab256f
Diffstat (limited to 'network/config/bond-with-vlans')
-rw-r--r-- | network/config/bond-with-vlans/controller-v6.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/network/config/bond-with-vlans/controller-v6.yaml b/network/config/bond-with-vlans/controller-v6.yaml index 1361d969..d45ab33c 100644 --- a/network/config/bond-with-vlans/controller-v6.yaml +++ b/network/config/bond-with-vlans/controller-v6.yaml @@ -115,7 +115,6 @@ resources: - ip_netmask: 169.254.169.254/32 next_hop: {get_param: EC2MetadataIp} - # IPv4 Default Route - default: true next_hop: {get_param: ControlPlaneDefaultRoute} @@ -144,7 +143,6 @@ resources: - ip_netmask: {get_param: ExternalIpSubnet} routes: - # IPv6 Default Route - default: true next_hop: {get_param: ExternalInterfaceDefaultRoute} |