blob: 002ca9b719e3c26004890bc6bf82526061bc298d [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.billometer
Ondrej Smola03ff34e2016-12-01 01:30:33 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02005 billometer_service_protocol: http
Ondrej Smola03ff34e2016-12-01 01:30:33 +01006 keystone:
7 client:
8 server:
9 identity:
10 project:
11 service:
12 user:
13 billometer:
sgarbuz5f58dd72019-05-20 14:10:11 +030014 name: ${_param:keystone_billometer_username}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010015 is_admin: true
16 password: ${_param:keystone_billometer_password}
17 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020018 options: ${_param:openstack_service_user_options}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010019 service:
20 billometer:
21 type: billing
22 description: OpenStack Billing Service
23 endpoints:
24 - region: ${_param:openstack_region}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010025 public_address: ${_param:cluster_public_host}
Pavel Cizinskyd7359e52017-02-07 11:20:46 +010026 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010027 public_port: 9753
28 public_path: '/v1'
29 internal_address: ${_param:billometer_service_host}
30 internal_port: 9753
31 internal_path: '/v1'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020032 internal_protocol: ${_param:billometer_service_protocol}
33 admin_protocol: ${_param:billometer_service_protocol}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010034 admin_address: ${_param:billometer_service_host}
35 admin_port: 9753
36 admin_path: '/v1'