Jakub Pavlik | 8c3d089 | 2017-06-08 09:59:24 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | linux: |
| 3 | system: |
| 4 | job: |
| 5 | keystone_job_rotate: |
| 6 | command: '/usr/bin/keystone-manage fernet_rotate --keystone-user keystone --keystone-group keystone >> /var/log/key_rotation_log 2>> /var/log/key_rotation_log' |
| 7 | enabled: true |
| 8 | user: root |
| 9 | minute: 0 |
| 10 | keystone: |
| 11 | client: |
| 12 | enabled: true |
| 13 | server: |
| 14 | identity: |
| 15 | admin: |
| 16 | host: ${_param:keystone_service_host} |
| 17 | port: 35357 |
| 18 | token: ${_param:keystone_service_token} |
| 19 | roles: |
| 20 | - admin |
| 21 | - Member |
| 22 | project: |
| 23 | service: |
| 24 | description: "OpenStack Service tenant" |
| 25 | admin: |
| 26 | description: "OpenStack Admin tenant" |
| 27 | user: |
| 28 | admin: |
| 29 | is_admin: true |
| 30 | password: ${_param:keystone_admin_password} |
| 31 | email: ${_param:admin_email} |
Elena Ezhova | b28d41f | 2017-07-03 17:09:04 +0400 | [diff] [blame] | 32 | admin_identity: |
| 33 | admin: |
| 34 | user: admin |
| 35 | password: ${_param:keystone_admin_password} |
| 36 | project: admin |
| 37 | host: ${_param:keystone_service_host} |
| 38 | port: 5000 |
| 39 | region_name: ${_param:openstack_region} |
Adam Tengler | 8dbae25 | 2017-07-11 16:43:18 +0200 | [diff] [blame] | 40 | use_keystoneauth: true |