Jiri Broulik | 8f404fa | 2017-10-16 16:18:13 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | ceph_radosgw_keystone_host: 127.0.0.1 |
| 4 | ceph_radosgw_keystone_user: admin |
| 5 | ceph_radosgw_keystone_api_version: 3 |
| 6 | ceph_radosgw_keystone_project: admin |
| 7 | ceph_radosgw_keystone_domain: default |
| 8 | ceph_radosgw_keystone_port: 5000 |
| 9 | ceph: |
| 10 | radosgw: |
| 11 | identity: |
| 12 | engine: keystone |
| 13 | api_version: ${_param:ceph_radosgw_keystone_api_version} |
| 14 | host: ${_param:ceph_radosgw_keystone_host} |
| 15 | port: ${_param:ceph_radosgw_keystone_port} |
| 16 | user: ${_param:ceph_radosgw_keystone_user} |
| 17 | password: ${_param:ceph_radosgw_keystone_password} |
| 18 | tenant: ${_param:ceph_radosgw_keystone_project} |
| 19 | project: ${_param:ceph_radosgw_keystone_project} |
| 20 | domain: ${_param:ceph_radosgw_keystone_domain} |
Vasyl Saienko | be74c5e | 2018-12-28 18:35:48 +0200 | [diff] [blame] | 21 | protocol: ${_param:cluster_internal_protocol} |