blob: af9b9b2992df79416f37c34c29b3b59b1b212ba0 [file] [log] [blame]
parameters:
_param:
aodh_service_protocol: http
aodh_public_host: ${_param:cluster_public_host}
keystone:
client:
resources:
v3:
cloud_name: 'admin_identity'
users:
aodh:
name: ${_param:keystone_aodh_username}
password: ${_param:keystone_aodh_password}
email: ${_param:admin_email}
options: ${_param:openstack_service_user_options}
roles:
service_admin:
name: admin
project_id: service
services:
aodh:
type: alarming
description: OpenStack Alarming Service
endpoints:
aodh_public:
interface: 'public'
region: ${_param:openstack_region}
url: ${_param:cluster_public_protocol}://${_param:aodh_public_host}:8042/
aodh_internal:
interface: 'internal'
region: ${_param:openstack_region}
url: ${_param:aodh_service_protocol}://${_param:aodh_service_host}:8042/
aodh_admin:
interface: 'admin'
region: ${_param:openstack_region}
url: ${_param:aodh_service_protocol}://${_param:aodh_service_host}:8042/