Change the project to service

Since gnocchi uses service instead of services to authenticate
with swift, lets use the correct name. In newer versions
this is fixed as part of the following patch which cannot
be backported to newton: I40f47d46fdb06f31a739b590bf653bca71e33f61

Change-Id: I22c0091af694a96a243bd5d000697b9f2a66c0e0
This commit is contained in:
Pradeep Kilambi 2017-07-07 09:18:46 -04:00
parent 7db285feb7
commit 3633d16daa
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@ parameters:
description: The username for RabbitMQ
type: string
SwiftCeilometerIgnoreProjects:
default: ['services']
default: ['service']
description: Comma-seperated list of project names to ignore.
type: comma_delimited_list
@ -84,6 +84,7 @@ outputs:
swift::proxy::ceilometer::auth_url: {get_param: [EndpointMap, KeystoneInternal, uri_no_suffix]}
swift::proxy::ceilometer::password: {get_param: SwiftPassword}
swift::proxy::ceilometer::ignore_projects: {get_param: SwiftCeilometerIgnoreProjects}
swift::proxy::ceilometer::project_name: 'service'
swift::proxy::staticweb::url_base: {get_param: [EndpointMap, SwiftPublic, uri_no_suffix]}
tripleo.swift_proxy.firewall_rules:
'122 swift proxy':