Merge "Using vxlan as default value for flannel_backend"

This commit is contained in:
Zuul 2019-09-03 09:36:56 +00:00 committed by Gerrit Code Review
commit 401f90e7d9
2 changed files with 8 additions and 2 deletions

View File

@ -110,8 +110,8 @@ parameters:
flannel_backend: flannel_backend:
type: string type: string
description: > description: >
specify the backend for flannel, default udp backend specify the backend for flannel, default vxlan backend
default: "udp" default: "vxlan"
constraints: constraints:
- allowed_values: ["udp", "vxlan", "host-gw"] - allowed_values: ["udp", "vxlan", "host-gw"]

View File

@ -0,0 +1,6 @@
---
other:
- |
The default value of flannel_backend will be replaced with `vxlan` which
was `udp` based on the recommendation at
https://github.com/coreos/flannel/blob/master/Documentation/backends.md