d381054c8e
Following change I1393d65ffb20b1396ff068def237418958ed3289 the ctlplane
network will be 192.168.24 by default and not 192.0.2 anymore.
This change removes old references left to 192.0.2 network from the
overcloud templates.
(cherry picked from commit b5b6681a74
)
Closes-Bug: #1682144
Change-Id: I49bd1ac8d594105665010bd898670b17e72fa763
19 lines
727 B
YAML
19 lines
727 B
YAML
# This is an example template on how to configure keystone domain specific LDAP
|
|
# backends. This will configure a domain called tripleoldap will the attributes
|
|
# specified.
|
|
parameter_defaults:
|
|
KeystoneLDAPDomainEnable: true
|
|
KeystoneLDAPBackendConfigs:
|
|
tripleoldap:
|
|
url: ldap://192.168.24.251
|
|
user: cn=openstack,ou=Users,dc=tripleo,dc=example,dc=com
|
|
password: Secrete
|
|
suffix: dc=tripleo,dc=example,dc=com
|
|
user_tree_dn: ou=Users,dc=tripleo,dc=example,dc=com
|
|
user_filter: "(memberOf=cn=OSuser,ou=Groups,dc=tripleo,dc=example,dc=com)"
|
|
user_objectclass: person
|
|
user_id_attribute: cn
|
|
user_allow_create: false
|
|
user_allow_update: false
|
|
user_allow_delete: false
|