diff options
author | Feng Pan <fpan@redhat.com> | 2016-10-21 00:21:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-21 00:21:52 +0000 |
commit | bd5ed1ad751b4d9b937859a27d29b026cf6b429c (patch) | |
tree | b308492e0f5e4d696431f92735a0cfc25af18b84 /config/network/network_settings.yaml | |
parent | 1549576978e6bd56c9d376069bac86fb4f1788e9 (diff) | |
parent | bb3dc933b7fd9e04fff5a73df8534494ad980ee7 (diff) |
Merge "Add ability to configure allowed vlan ranges in deploy configuration" into stable/colorado
Diffstat (limited to 'config/network/network_settings.yaml')
-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 f7680643..5c9d644c 100644 --- a/config/network/network_settings.yaml +++ b/config/network/network_settings.yaml @@ -57,6 +57,7 @@ private_network: cidr: 11.0.0.0/24 compute_interface: nic2 controller_interface: nic2 + vlan_id_range: 1,1000 # Tenant physical network VLAN-ID range # "public" network is used for external connectivity. # The external network provides Internet access for virtual |