blob: 7c03f4a4e9ca86a1f7cca12f52278a75ab9f7337 [file] [log] [blame]
parameters:
_param:
radosgw_s3_cluster_port: 8081
radosgw_service_protocol: http
keystone:
client:
resource:
v3:
users:
swift:
password: ${_param:keystone_swift_password}
email: ${_param:admin_email}
roles:
service_admin:
name: admin
project_id: service
services:
radosgw-s3:
type: s3
description: S3 Service (radosgw)
endpoints:
radosgw-s3_public:
interface: 'public'
url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_s3_cluster_port}/
region: ${_param:openstack_region}
radosgw-s3_internal:
interface: 'internal'
url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_s3_cluster_port}/
region: ${_param:openstack_region}
radosgw-s3_admin:
interface: 'admin'
url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_s3_cluster_port}/
region: ${_param:openstack_region}