Revert "Add support to configure Num of Storage sacks"

This reverts commit a915b15001.

The argument is renamed and causing promotions to fail.

Change-Id: I7e1674cff75b606c20956edddf70eee2990fca78
This commit is contained in:
Pradeep Kilambi 2017-06-09 13:12:40 +00:00
parent a915b15001
commit b749a1e3c6
2 changed files with 1 additions and 12 deletions

View File

@ -34,10 +34,6 @@ parameters:
default: 30
description: Delay between processing metrics.
type: number
NumberOfStorageSacks:
default: '128'
description: Number of storage sacks to create.
type: string
GnocchiPassword:
description: The password for the gnocchi service and db account.
type: string
@ -91,11 +87,7 @@ outputs:
query:
read_default_file: /etc/my.cnf.d/tripleo.cnf
read_default_group: tripleo
gnocchi::db::sync::extra_opts:
list_join:
- ' '
- - '--num-storage-sacks'
- {get_param: NumberOfStorageSacks}
gnocchi::db::sync::extra_opts: ''
gnocchi::storage::metric_processing_delay: {get_param: MetricProcessingDelay}
gnocchi::storage::swift::swift_user: 'service:gnocchi'
gnocchi::storage::swift::swift_auth_version: 3

View File

@ -1,3 +0,0 @@
---
features:
- Add support to configure number of sacks in gnocchi.