Bump further the stop/start timeout for pcmk/systemd services
[apex-tripleo-heat-templates.git] / deprecated / nova-compute-instance.yaml
index e68c61f..811c0fc 100644 (file)
@@ -100,7 +100,7 @@ parameters:
   NeutronHost:
     type: string
   NeutronNetworkType:
-    default: 'gre'
+    default: 'vxlan'
     description: The tenant network type for Neutron, either gre or vxlan.
     type: string
   NeutronNetworkVLANRanges:
@@ -114,7 +114,7 @@ parameters:
     description: A port to add to the NeutronPhysicalBridge.
     type: string
   NeutronTunnelTypes:
-    default: 'gre'
+    default: 'vxlan'
     description: |
         The tunnel types for the Neutron tenant network. To specify multiple
         values, use a comma separated string, like so: 'gre,vxlan'