blob: 33d90c7df07b1631e771d4cf8ed48cdf366b5f15 [file] [log] [blame]
Ondrej Smola03ff34e2016-12-01 01:30:33 +01001parameters:
2 keystone:
3 client:
4 server:
5 identity:
6 project:
7 service:
8 user:
9 glance:
10 is_admin: true
11 password: ${_param:keystone_glance_password}
12 email: ${_param:admin_email}
13 service:
14 glance:
15 type: image
16 description: OpenStack Image Service
17 endpoints:
18 - region: ${_param:openstack_region}
19 public_address: ${_param:glance_service_host}
20 public_port: 9292
21 public_path: ''
22 internal_address: ${_param:glance_service_host}
23 internal_port: 9292
24 internal_path: ''
25 admin_address: ${_param:glance_service_host}
26 admin_port: 9292
27 admin_path: ''