| - system.keystone.client.os_client_config.admin_identity |
| - system.keystone.client.service.cinder |
| - system.keystone.client.service.cinder2 |
| - system.keystone.client.service.glance |
| - system.keystone.client.service.heat |
| - system.keystone.client.service.heat-cfn |
| - system.keystone.client.service.keystone |
| - system.keystone.client.service.neutron |
| keystone_service_protocol: http |
| ###TODO: the section below should be removed in the future together with same related changes in cookiecutter-templates (control_init.yml) |
| command: '/usr/bin/keystone-manage fernet_rotate --keystone-user keystone --keystone-group keystone >> /var/log/key_rotation_log 2>> /var/log/key_rotation_log' |
| host: ${_param:keystone_service_host} |
| token: ${_param:keystone_service_token} |
| protocol: ${_param:keystone_service_protocol} |
| description: "OpenStack Service tenant" |
| description: "OpenStack Admin tenant" |
| password: ${_param:keystone_admin_password} |
| email: ${_param:admin_email} |
| password: ${_param:keystone_admin_password} |
| host: ${_param:keystone_service_host} |
| region_name: ${_param:openstack_region} |
| protocol: ${_param:keystone_service_protocol} |