Add multinetwork support
The identity relation supports admin/internal/public networks so this patch allows these networks to be configured by adding os-*-network to config.yaml. Closes-Bug: 1483984 Change-Id: If9d3d3281f189a0e14af59fdadd97cddc4786848
This commit is contained in:
parent
f4b9a78139
commit
4eb974c58f
26
config.yaml
26
config.yaml
@ -96,6 +96,32 @@ options:
|
|||||||
description: |
|
description: |
|
||||||
Default multicast port number that will be used to communicate between
|
Default multicast port number that will be used to communicate between
|
||||||
HA Cluster nodes.
|
HA Cluster nodes.
|
||||||
|
# Network configuration options
|
||||||
|
# by default all access is over 'private-address'
|
||||||
|
os-admin-network:
|
||||||
|
type: string
|
||||||
|
default:
|
||||||
|
description: |
|
||||||
|
The IP address and netmask of the OpenStack Admin network (e.g.,
|
||||||
|
192.168.0.0/24)
|
||||||
|
.
|
||||||
|
This network will be used for admin endpoints.
|
||||||
|
os-internal-network:
|
||||||
|
type: string
|
||||||
|
default:
|
||||||
|
description: |
|
||||||
|
The IP address and netmask of the OpenStack Internal network (e.g.,
|
||||||
|
192.168.0.0/24)
|
||||||
|
.
|
||||||
|
This network will be used for internal endpoints.
|
||||||
|
os-public-network:
|
||||||
|
type: string
|
||||||
|
default:
|
||||||
|
description: |
|
||||||
|
The IP address and netmask of the OpenStack Public network (e.g.,
|
||||||
|
192.168.0.0/24)
|
||||||
|
.
|
||||||
|
This network will be used for public endpoints.
|
||||||
os-public-hostname:
|
os-public-hostname:
|
||||||
type: string
|
type: string
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user