
This change refactors current implementation to determine key manager backend for cinder and nova, based on the following two points. - keymgr_api_class was deprecated a while ago. We can remove this parameter now. - We don't have to redefine the parameter in puppet-tripleo layer but we can use the parameter implemented in puppet-nova or puppet-cinder directly. Change-Id: I265ac3762823ea8930cc43150dc7b317f337f709
13 lines
463 B
YAML
13 lines
463 B
YAML
---
|
|
step: 4
|
|
cinder::api::default_volume_type: 'tripleo'
|
|
# items needed for tripleo::profile::base::cinder::volume
|
|
tripleo::profile::base::cinder::volume::iscsi::cinder_iscsi_address: '127.0.0.1'
|
|
tripleo::profile::base::cinder::volume::nfs::cinder_nfs_servers:
|
|
- '127.0.0.1'
|
|
cinder::backend::dellsc_iscsi::iscsi_ip_address: '127.0.0.1'
|
|
cinder::backend::emc_vnx::storage_vnx_pool_names: 'emc-storage-pool'
|
|
service_names:
|
|
- 'ceilometer_agent_central'
|
|
- 'horizon'
|