Merge "Enable TLS in the internal networkf or Mysql"
[apex-tripleo-heat-templates.git] / network / config / single-nic-linux-bridge-vlans / controller-v6.yaml
index 8012514..a299d23 100644 (file)
@@ -106,7 +106,6 @@ resources:
                 -
                   ip_netmask: 169.254.169.254/32
                   next_hop: {get_param: EC2MetadataIp}
-                # IPv4 Default Route
                 -
                   default: true
                   next_hop: {get_param: ControlPlaneDefaultRoute}
@@ -114,7 +113,6 @@ resources:
                 -
                   type: interface
                   name: {get_input: interface_name}
-                  # force the MAC address of the bridge to this interface
                   primary: true
             -
               type: vlan
@@ -124,7 +122,6 @@ resources:
                 -
                   ip_netmask: {get_param: ExternalIpSubnet}
               routes:
-                # IPv6 Default Route
                 -
                   default: true
                   next_hop: {get_param: ExternalInterfaceDefaultRoute}