[hopem,r=]
Allow flat network providers to be configured seperately to vlan providers. Closes-Bug: 1444470
This commit is contained in:
@@ -128,11 +128,17 @@ options:
|
||||
description: |
|
||||
Space-separated list of ML2 data bridge mappings with format
|
||||
<provider>:<bridge>.
|
||||
flat-network-providers:
|
||||
type: string
|
||||
default:
|
||||
description: |
|
||||
Space-delimited list of Neutron flat network providers.
|
||||
vlan-ranges:
|
||||
type: string
|
||||
default: "physnet1:1000:2000"
|
||||
description: |
|
||||
Space-delimited list of network provider vlan id ranges.
|
||||
Space-delimited list of Neutron network-provider & vlan-id-ranges using
|
||||
the following format (<provider>:<start>:<end>).
|
||||
# Network configuration options
|
||||
# by default all access is over 'private-address'
|
||||
os-data-network:
|
||||
|
||||
Reference in New Issue
Block a user