Add GnocchiStorageS3BucketPrefix into deployment
Change-Id: I13b07e3cb007a1c09bbe759a8cc4241cc68f6fe0
Closes-Bug: #1822111
(cherry picked from commit 5f8e1fd33e
)
This commit is contained in:
parent
7b4e3e6a02
commit
9a1ebb368d
@ -93,6 +93,10 @@ parameters:
|
||||
description: S3 storage access key secret.
|
||||
type: string
|
||||
hidden: true
|
||||
GnocchiStorageS3BucketPrefix:
|
||||
default: ''
|
||||
description: S3 storage bucket prefix.
|
||||
type: string
|
||||
GnocchiFileBasePath:
|
||||
default: '/var/lib/gnocchi'
|
||||
description: Path to use when file driver is used. This could be NFS or a
|
||||
@ -160,6 +164,7 @@ outputs:
|
||||
gnocchi::storage::s3::s3_region_name: {get_param: GnocchiStorageS3RegionName}
|
||||
gnocchi::storage::s3::s3_access_key_id: {get_param: GnocchiStorageS3AccessKeyId}
|
||||
gnocchi::storage::s3::s3_secret_access_key: {get_param: GnocchiStorageS3AccessSecret}
|
||||
gnocchi::storage::s3::s3_bucket_prefix: {get_param: GnocchiStorageS3BucketPrefix}
|
||||
#Gnocchi statsd
|
||||
gnocchi::statsd::resource_id: '0a8b55df-f90f-491c-8cb9-7cdecec6fc26'
|
||||
gnocchi::statsd::user_id: '27c0d3f8-e7ee-42f0-8317-72237d1c5ae3'
|
||||
|
Loading…
Reference in New Issue
Block a user