blob: df88eb3c25dd78b6f495c89b4f30f5176791210f [file] [log] [blame]
classes:
- system.keystone.client.v3.service.radosgw-swift
parameters:
_param:
radosgw_swift_cluster_port: 8081
radosgw_service_protocol: http
keystone:
client:
server:
identity:
roles:
- ResellerAdmin
project:
service:
user:
swift:
name: ${_param:keystone_swift_username}
is_admin: true
password: ${_param:keystone_swift_password}
email: ${_param:admin_email}
options: ${_param:openstack_service_user_options}
admin:
user:
admin:
roles:
- ResellerAdmin
service:
radosgw-swift:
type: object-store
description: Swift Service (radosgw)
endpoints:
- region: ${_param:openstack_region}
public_address: ${_param:cluster_public_host}
public_protocol: ${_param:cluster_public_protocol}
public_port: ${_param:radosgw_swift_cluster_port}
public_path: '/swift/v1/AUTH_%(tenant_id)s'
internal_address: ${_param:radosgw_service_host}
internal_port: ${_param:radosgw_swift_cluster_port}
internal_path: '/swift/v1/AUTH_%(tenant_id)s'
internal_protocol: ${_param:radosgw_service_protocol}
admin_protocol: ${_param:radosgw_service_protocol}
admin_address: ${_param:radosgw_service_host}
admin_port: ${_param:radosgw_swift_cluster_port}
admin_path: '/swift/v1/AUTH_%(tenant_id)s'