Vasyl Saienko | 649d4dc | 2018-12-15 19:57:03 +0200 | [diff] [blame] | 1 | classes: |
2 | - cluster.virtual-mcp11-aio.openstack | ||||
3 | parameters: | ||||
4 | keystone: | ||||
5 | server: | ||||
6 | domain: | ||||
7 | example.com: | ||||
8 | assignment: | ||||
9 | backend: sql | ||||
10 | driver: ldap | ||||
11 | identity: | ||||
12 | driver: ldap | ||||
13 | backend: ldap | ||||
14 | description: Testing domain | ||||
15 | ldap: | ||||
16 | auth: true | ||||
17 | password: workshop | ||||
18 | bind_user: cn=admin,dc=example,dc=com | ||||
19 | suffix: dc=example,dc=com | ||||
20 | url: ldap://localhost | ||||
21 | client: | ||||
22 | resources: | ||||
23 | v3: | ||||
24 | domains: | ||||
25 | example.com: | ||||
26 | description: Example domain |