blob: c36fef2ef0e0febd28afd651201b0f96eba58fab [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.cinder
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 cinder_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 cinder:
sgarbuz5f58dd72019-05-20 14:10:11 +030014 name: ${_param:keystone_cinder_username}
Ondrej Smola03ff34e2016-12-01 01:30:33 +010015 is_admin: true
16 password: ${_param:keystone_cinder_password}
17 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020018 options: ${_param:openstack_service_user_options}