Create Gnocchi legacy resources
By default, resources from /etc/ceilometer/gnocchi_resources.yaml
do not get created in Gnocchi since version 2.1. This causes
ceilometer dispatcher to fail while dispatching meters there.
Change-Id: I16bc39326a2dd0859c0e4a0d064ff248489889d1
Closes-bug: #1592449
(cherry picked from commit c842a6bcd7)
This commit is contained in:
committed by
Ivan Chavero
parent
0eb12f3366
commit
5990218dde
@@ -32,7 +32,9 @@ gnocchi_config {
|
||||
'keystone_authtoken/auth_version': value => hiera('CONFIG_KEYSTONE_API_VERSION');
|
||||
}
|
||||
|
||||
class { '::gnocchi::db::sync': }
|
||||
class { '::gnocchi::db::sync':
|
||||
extra_opts => '--create-legacy-resource-types',
|
||||
}
|
||||
class { '::gnocchi::storage': }
|
||||
class { '::gnocchi::storage::file': }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user