Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 3 | keystone_service_protocol: http |
| 4 | keystone: |
| 5 | client: |
| 6 | resources: |
| 7 | v3: |
| 8 | cloud_name: 'admin_identity' |
| 9 | domains: |
| 10 | 'Default': |
| 11 | projects: |
| 12 | service: |
| 13 | description: "OpenStack Service tenant" |
| 14 | admin: |
| 15 | description: "OpenStack Admin tenant" |
| 16 | roles: |
| 17 | service_admin: |
| 18 | name: admin |
| 19 | enabled: true |
| 20 | global_Member: |
| 21 | name: Member |
| 22 | enabled: true |
| 23 | users: |
| 24 | admin: |
| 25 | password: ${_param:keystone_admin_password} |
| 26 | email: ${_param:admin_email} |
| 27 | roles: |
| 28 | service_admin: |
| 29 | name: admin |
| 30 | enabled: true |
| 31 | project_id: admin |
| 32 | services: |
| 33 | keystone: |
| 34 | type: 'identity' |
| 35 | description: "OpenStack Identity Service" |
| 36 | endpoints: |
| 37 | keystone_public: |
| 38 | interface: 'public' |
| 39 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:5000/ |
| 40 | region: ${_param:openstack_region} |
| 41 | keystone_internal: |
| 42 | interface: 'internal' |
| 43 | url: ${_param:keystone_service_protocol}://${_param:keystone_service_host}:5000/ |
| 44 | region: ${_param:openstack_region} |
| 45 | keystone_admin: |
| 46 | interface: 'admin' |
| 47 | url: ${_param:keystone_service_protocol}://${_param:keystone_service_host}:5000/ |
| 48 | region: ${_param:openstack_region} |