Filip Pytloun | 54c4566 | 2017-09-07 16:43:54 +0200 | [diff] [blame^] | 1 | keystone: |
| 2 | # Server state |
| 3 | server: |
| 4 | enabled: true |
| 5 | version: liberty |
| 6 | service_token: RANDOMSTRINGTOKEN |
| 7 | service_tenant: service |
| 8 | admin_tenant: admin |
| 9 | admin_name: admin |
| 10 | admin_password: passw0rd |
| 11 | admin_email: root@localhost |
| 12 | bind: |
| 13 | address: 0.0.0.0 |
| 14 | private_address: 127.0.0.1 |
| 15 | private_port: 35357 |
| 16 | public_address: 127.0.0.1 |
| 17 | public_port: 5000 |
| 18 | region: RegionOne |
| 19 | database: |
| 20 | engine: mysql |
| 21 | host: localhost |
| 22 | name: keystone |
| 23 | password: passw0rd |
| 24 | user: keystone |
| 25 | tokens: |
| 26 | engine: cache |
| 27 | expiration: 86400 |
| 28 | location: /etc/keystone/fernet-keys/ |
| 29 | notification: false |
| 30 | notification_format: cadf |
| 31 | domain: |
| 32 | testing: |
| 33 | description: "Testing domain" |
| 34 | backend: ldap |
| 35 | assignment: |
| 36 | backend: sql |
| 37 | ldap: |
| 38 | url: "ldaps://idm.domain.com" |
| 39 | suffix: "dc=cloud,dc=domain,dc=com" |
| 40 | uid: keystone |
| 41 | password: password |
| 42 | # CI related dependencies |
| 43 | mysql: |
| 44 | client: |
| 45 | enabled: true |
| 46 | version: '5.7' |
| 47 | admin: |
| 48 | host: localhost |
| 49 | port: 3306 |
| 50 | user: admin |
| 51 | password: password |
| 52 | encoding: utf8 |
| 53 | server: |
| 54 | enabled: true |
| 55 | version: "5.7" |
| 56 | force_encoding: utf8 |
| 57 | bind: |
| 58 | address: 0.0.0.0 |
| 59 | port: 3306 |
| 60 | protocol: tcp |
| 61 | database: |
| 62 | keystone: |
| 63 | encoding: utf8 |
| 64 | users: |
| 65 | - host: '%' |
| 66 | name: keystone |
| 67 | password: passw0rd |
| 68 | rights: all |
| 69 | - host: 127.0.0.1 |
| 70 | name: keystone |
| 71 | password: passw0rd |
| 72 | rights: all |