blob: bb90159f24aa601dfd1719440d7c24b8baa1ce52 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03003 manila_service_protocol: http
4 keystone:
5 client:
6 resources:
7 v3:
8 users:
9 manila:
10 password: ${_param:keystone_manila_password}
11 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020012 options: ${_param:openstack_service_user_options}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030013 roles:
14 service_admin:
15 name: admin
16 project_id: service
17 services:
18 manila:
19 type: share
20 description: OpenStack Shared File Systems V1
21 endpoints:
22 manila_public_v1:
23 interface: 'public'
24 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:8786/v1/$(tenant_id)s
25 region: ${_param:openstack_region}
26 manila_internal_v1:
27 interface: 'internal'
28 url: ${_param:manila_service_protocol}://${_param:manila_service_host}:8786/v1/$(tenant_id)s
29 region: ${_param:openstack_region}
30 manila_admin_v1:
31 interface: 'admin'
32 url: ${_param:manila_service_protocol}://${_param:manila_service_host}:8786/v1/$(tenant_id)s
33 region: ${_param:openstack_region}