diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-19 12:35:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-19 12:35:44 +0000 |
commit | c44e8ee96f21f415f26ec3dbeaf9172081f830c8 (patch) | |
tree | 36b36492c3da98396b2630556cc450c2e7faee7b /config/network | |
parent | 310e57e504024c40e4043e39c3e7b663add16f3a (diff) | |
parent | 3228f00248cda32671fb0e6a02059bea6ae66c99 (diff) |
Merge "Add ability to configure allowed vlan ranges in deploy configuration"
Diffstat (limited to 'config/network')
-rw-r--r-- | config/network/network_settings.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/network/network_settings.yaml b/config/network/network_settings.yaml index ab9ed962..ee5537d9 100644 --- a/config/network/network_settings.yaml +++ b/config/network/network_settings.yaml @@ -89,6 +89,7 @@ networks: # Network configurations mtu: 64000 # Tenant network MTU overlay_id_range: 2,65535 # Tenant network Overlay segmentation ID range: # VNI, VLAN-ID, etc. + vlan_id_range: 1,1000 # Tenant physical network VLAN-ID range segmentation_type: vxlan # Tenant network segmentation type: # vlan, vxlan, gre nic_mapping: # Mapping of network configuration for Overcloud Nodes |