blob: 5398f400768bf5850353617e7e811b45cab0683c [file] [log] [blame]
parameters:
_param:
swift_service_protocol: http
keystone:
client:
server:
identity:
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}
service:
swift:
type: object-store
description: Swift Service
endpoints:
- region: ${_param:openstack_region}
public_address: ${_param:cluster_public_host}
public_protocol: ${_param:cluster_public_protocol}
public_port: 8080
public_path: '/v1/AUTH_%(project_id)s'
internal_address: ${_param:swift_service_host}
internal_port: 8080
internal_path: '/v1/AUTH_%(project_id)s'
internal_protocol: ${_param:swift_service_protocol}
admin_protocol: ${_param:swift_service_protocol}
admin_address: ${_param:swift_service_host}
admin_port: 8080
admin_path: '/'