Jump to: navigation, search

Difference between revisions of "Magnum/LabelMatrix"

(Magnum Labels)
Line 1: Line 1:
 
New location:
 
New location:
Pike: https://docs.openstack.org/magnum/pike/user/index.html#labels
+
* Pike: https://docs.openstack.org/magnum/pike/user/index.html#labels
Master: https://docs.openstack.org/magnum/latest/user/index.html#labels
+
* Master: https://docs.openstack.org/magnum/latest/user/index.html#labels
 
 
== Magnum Labels Support Matrix ==
 
{| class="wikitable sortable"
 
|-
 
! Label Key !! Label Value !! Description !! Example !! Supported Driver
 
|-
 
|  flannel_network_cidr || String || IPv4 network in CIDR format to use for the entire flannel network. || 10.10.0.0/16 || [https://github.com/coreos/flannel#configuration flannel]
 
|-
 
| flannel_use_vxlan || Boolean || Use in-kernel VXLAN to encapsulate the packets. Defaults to UDP encapsulation. || True || [https://github.com/coreos/flannel#configuration flannel]
 
|-
 
| flannel_network_subnetlen || String || The size of the subnet allocated to each host. || 24 || [https://github.com/coreos/flannel#configuration flannel]
 
|}
 

Revision as of 08:44, 27 October 2017

New location: