Merge "aodh: add gnocchi_external_project_owner config"

This commit is contained in:
Jenkins 2017-07-26 22:57:25 +00:00 committed by Gerrit Code Review
commit d1b8863dd7
1 changed files with 5 additions and 0 deletions

View File

@ -30,6 +30,10 @@ parameters:
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
type: json
GnocchiExternalProject:
default: 'service'
description: Project name of resources creator in Gnocchi.
type: string
MonitoringSubscriptionAodhApi:
default: 'overcloud-ceilometer-aodh-api'
type: string
@ -85,6 +89,7 @@ outputs:
aodh::wsgi::apache::wsgi_process_display_name: 'aodh_wsgi'
aodh::api::service_name: 'httpd'
aodh::api::enable_proxy_headers_parsing: true
aodh::api::gnocchi_external_project_owner: {get_param: GnocchiExternalProject}
aodh::policy::policies: {get_param: AodhApiPolicies}
tripleo.aodh_api.firewall_rules:
'128 aodh-api':